lemon/karp.h
changeset 819 f964a00b9068
parent 818 8452ca46e29a
child 891 75e6020b19b1
     1.1 --- a/lemon/karp.h	Thu Oct 15 12:55:41 2009 +0200
     1.2 +++ b/lemon/karp.h	Fri Oct 16 09:50:18 2009 +0200
     1.3 @@ -69,7 +69,7 @@
     1.4      ///
     1.5      /// The path type of the found cycles.
     1.6      /// It must conform to the \ref lemon::concepts::Path "Path" concept
     1.7 -    /// and it must have an \c addBack() function.
     1.8 +    /// and it must have an \c addFront() function.
     1.9      typedef lemon::Path<Digraph> Path;
    1.10    };
    1.11