We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f60c46 commit 4c038c8Copy full SHA for 4c038c8
exercises/split-second-stopwatch/instructions.md
@@ -5,7 +5,7 @@ The stopwatch has the following functionality:
5
6
- Start: start/resume time tracking
7
- Stop: stop (pause) time tracking
8
-- Current lap: the time tracked for the current lap
+- Current lap: retrieve the time tracked for the current lap
9
- Previous laps: retrieve the previously recorded lap times
10
- Reset: stop time tracking, reset the current lap, and clear all previously recorded laps
11
- Lap: add the current lap time to the previous laps, then reset the current lap time and continue tracking time
0 commit comments