lemon/time_measure.h
changeset 833 e20173729589
parent 631 33c6b6e755cd
child 1222 c40a9d94442d
     1.1 --- a/lemon/time_measure.h	Fri Nov 13 17:30:26 2009 +0100
     1.2 +++ b/lemon/time_measure.h	Fri Nov 13 18:10: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).