Skip to content

Commit 31f0e40

Browse files
Clarify instructions
1 parent 4c038c8 commit 31f0e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/split-second-stopwatch/instructions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Your task is to build a stopwatch that can be used to keep track of lap times.
44
The stopwatch has the following functionality:
55

66
- Start: start/resume time tracking
7-
- Stop: stop (pause) time tracking
7+
- Stop: stop/pause time tracking
88
- Current lap: retrieve the time tracked for the current lap
99
- Previous laps: retrieve the previously recorded lap times
1010
- Reset: stop time tracking, reset the current lap, and clear all previously recorded laps

0 commit comments

Comments
 (0)