Skip to content

Commit e995da8

Browse files
Bowling: Clarify number of 10th frame fill balls (#2193)
1 parent dc998f7 commit e995da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/bowling/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Frame 3 is (9 + 0) = 9
3636
This means the current running total is 48.
3737

3838
The tenth frame in the game is a special case.
39-
If someone throws a strike or a spare then they get a fill ball.
39+
If someone throws a spare or a strike then they get one or two fill balls respectively.
4040
Fill balls exist to calculate the total of the 10th frame.
4141
Scoring a strike or spare on the fill ball does not give the player more fill balls.
4242
The total value of the 10th frame is the total number of pins knocked down.

0 commit comments

Comments
 (0)