@@ -70,5 +70,5 @@
/// 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<Digraph> Path;
};