lemon/circulation.h
changeset 833 e20173729589
parent 762 ece80147fb08
child 891 75e6020b19b1
     1.1 --- a/lemon/circulation.h	Fri Nov 13 17:30:26 2009 +0100
     1.2 +++ b/lemon/circulation.h	Fri Nov 13 18:10:06 2009 +0100
     1.3 @@ -306,7 +306,7 @@
     1.4      /// The Elevator should have standard constructor interface to be
     1.5      /// able to automatically created by the algorithm (i.e. the
     1.6      /// digraph and the maximum level should be passed to it).
     1.7 -    /// However an external elevator object could also be passed to the
     1.8 +    /// However, an external elevator object could also be passed to the
     1.9      /// algorithm with the \ref elevator(Elevator&) "elevator()" function
    1.10      /// before calling \ref run() or \ref init().
    1.11      /// \sa SetElevator