lemon/time_measure.h
changeset 1095 ad40f7d32846
parent 584 33c6b6e755cd
child 1054 c40a9d94442d
     1.1 --- a/lemon/time_measure.h	Fri Aug 09 11:07:27 2013 +0200
     1.2 +++ b/lemon/time_measure.h	Sun Aug 11 15:28:12 2013 +0200
     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).