1.1 --- a/lemon/list_graph.h Thu Oct 09 13:40:40 2008 +0100
1.2 +++ b/lemon/list_graph.h Thu Oct 09 13:54:50 2008 +0100
1.3 @@ -413,7 +413,7 @@
1.4 /// Change the source of \c a to \c n
1.5 ///
1.6 ///\note The <tt>InArcIt</tt>s referencing the changed arc remain
1.7 - ///valid. However the <tt>ArcIt<tt>s and <tt>OutArcIt</tt>s are
1.8 + ///valid. However the <tt>ArcIt</tt>s and <tt>OutArcIt</tt>s are
1.9 ///invalidated.
1.10 ///
1.11 ///\warning This functionality cannot be used together with the Snapshot