lemon/time_measure.h
changeset 799 6be1f9bd2ac0
parent 584 33c6b6e755cd
child 1054 c40a9d94442d
     1.1 --- a/lemon/time_measure.h	Sun Oct 04 10:15:32 2009 +0200
     1.2 +++ b/lemon/time_measure.h	Wed Dec 09 11:14:06 2009 +0100
     1.3 @@ -375,7 +375,7 @@
     1.4  
     1.5      ///This function returns the number of stop() exections that is
     1.6      ///necessary to really stop the timer.
     1.7 -    ///For example the timer
     1.8 +    ///For example, the timer
     1.9      ///is running if and only if the return value is \c true
    1.10      ///(i.e. greater than
    1.11      ///zero).