lemon/list_graph.h
changeset 317 64f8f7cc6168
parent 280 e7f8647ce760
child 427 c59bdcc8e33e
     1.1 --- a/lemon/list_graph.h	Wed Oct 08 17:05:01 2008 +0100
     1.2 +++ b/lemon/list_graph.h	Thu Oct 09 10:09:44 2008 +0200
     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