Skip to content

Commit 4c038c8

Browse files
Update instructions.md
Co-authored-by: Anastasios Chatzialexiou <[email protected]>
1 parent 9f60c46 commit 4c038c8

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
@@ -5,7 +5,7 @@ The stopwatch has the following functionality:
55

66
- Start: start/resume time tracking
77
- Stop: stop (pause) time tracking
8-
- Current lap: the time tracked for the current lap
8+
- 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
1111
- Lap: add the current lap time to the previous laps, then reset the current lap time and continue tracking time

0 commit comments

Comments
 (0)