Skip to content

Commit c325d0f

Browse files
Explain time format
1 parent 31f0e40 commit c325d0f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

exercises/split-second-stopwatch/canonical-data.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"exercise": "split-second-stopwatch",
3-
"comments": ["Times are formatted as 'HH:mm:ss'."],
3+
"comments": [
4+
"Times are formatted in '<hours>:<minutes>:<seconds>' format.",
5+
"The components (hours, minutes, and seconds) use exactly two digits.",
6+
"Thus 4 hours, 23 minutes, and 6 seconds is represented as '04:23:06'."
7+
],
48
"cases": [
59
{
610
"description": "new stopwatch",

0 commit comments

Comments
 (0)