We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c038c8 commit 31f0e40Copy full SHA for 31f0e40
exercises/split-second-stopwatch/instructions.md
@@ -4,7 +4,7 @@ Your task is to build a stopwatch that can be used to keep track of lap times.
4
The stopwatch has the following functionality:
5
6
- Start: start/resume time tracking
7
-- Stop: stop (pause) time tracking
+- Stop: stop/pause time tracking
8
- 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
0 commit comments