Skip to content
Snippets Groups Projects
Commit 66102ab6 authored by Nina Džugasová's avatar Nina Džugasová
Browse files

Fixed Timer documentation.

parent 0a7815cd
No related branches found
No related tags found
1 merge request!15Nina
......@@ -60,7 +60,7 @@ class Timer
/// It returns the elapsed time (in seconds) between calling the start() and stop() methods.
/// Starts counting the real time after the method start() is called and
/// pauses when the method stop() is called.
/// If the timer have been started more then once without resetting,
/// If the timer has been started more then once without resetting,
/// the real time is counted by adding all intervals (between start and stop
/// methods) together.
/// This function can be called while the timer is running, there is no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment