Skip to content

Commit 08aa679

Browse files
authored
Update README.md
1 parent cb5b4c4 commit 08aa679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/019-digital_clock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ digital_clock(150)
1616
(2, 30)
1717
```
1818

19-
For example, if n = 150, then 150 minutes have passed since midnight - i.e. now is 2:30 am. So the function should print 2, 30.
19+
For example, if n = 150, then 150 minutes have passed since midnight - i.e. now is 2:30 am. So the function should print (2, 30).
2020

2121
## 💡 Hints:
2222

0 commit comments

Comments
 (0)