diff --git a/lemon/hartmann_orlin.h b/lemon/hartmann_orlin.h --- a/lemon/hartmann_orlin.h +++ b/lemon/hartmann_orlin.h @@ -69,7 +69,7 @@ /// /// The path type of the found cycles. /// It must conform to the \ref lemon::concepts::Path "Path" concept - /// and it must have an \c addBack() function. + /// and it must have an \c addFront() function. typedef lemon::Path Path; }; diff --git a/lemon/karp.h b/lemon/karp.h --- a/lemon/karp.h +++ b/lemon/karp.h @@ -69,7 +69,7 @@ /// /// The path type of the found cycles. /// It must conform to the \ref lemon::concepts::Path "Path" concept - /// and it must have an \c addBack() function. + /// and it must have an \c addFront() function. typedef lemon::Path Path; };