lemon/min_cost_arborescence.h
changeset 799 6be1f9bd2ac0
parent 625 029a48052c67
child 825 75e6020b19b1
     1.1 --- a/lemon/min_cost_arborescence.h	Sun Oct 04 10:15:32 2009 +0200
     1.2 +++ b/lemon/min_cost_arborescence.h	Wed Dec 09 11:14:06 2009 +0100
     1.3 @@ -488,8 +488,8 @@
     1.4      /// \name Execution Control
     1.5      /// The simplest way to execute the algorithm is to use
     1.6      /// one of the member functions called \c run(...). \n
     1.7 -    /// If you need more control on the execution,
     1.8 -    /// first you must call \ref init(), then you can add several
     1.9 +    /// If you need better control on the execution,
    1.10 +    /// you have to call \ref init() first, then you can add several
    1.11      /// source nodes with \ref addSource().
    1.12      /// Finally \ref start() will perform the arborescence
    1.13      /// computation.