Skip to content

Commit 03ff634

Browse files
authored
Fix typo in instructions.md (#2789)
1 parent f3e8a69 commit 03ff634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/high-score-board/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In this exercise, you are implementing a way to keep track of the high scores for the most popular game in your local arcade hall.
44

5-
You have 6 functions to implement, mostly related to manipulating an object that holds high scores.
5+
You have 5 functions to implement, mostly related to manipulating an object that holds high scores.
66

77
## 1. Create a new high score board
88

0 commit comments

Comments
 (0)