Skip to content

Commit af44235

Browse files
More simple
1 parent c801dbb commit af44235

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

exercises/split-second-stopwatch/instructions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
Your task is to build a stopwatch to keep precise track of lap times.
44

5-
The stopwatch uses four commands (Start, Stop, Lap, and Reset) to keep track of two things:
5+
The stopwatch uses four commands (Start, Stop, Lap, and Reset) to keep track of:
66

77
1. The current lap's tracked time
8-
2. Any previously recorded lap times
8+
2. Previously recorded lap times
99

1010
What commands can be used depends on which state the stopwatch is in:
1111

12-
1. Ready (initial state)
13-
2. Running (tracking time)
14-
3. Stopped (not tracking time)
12+
1. Ready: initial state
13+
2. Running: tracking time
14+
3. Stopped: not tracking time
1515

1616
| Command | Begin state | End state | Effect |
1717
| ------- | ----------- | --------- | ----------------------------------------------------------- |

0 commit comments

Comments
 (0)