We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc998f7 commit e995da8Copy full SHA for e995da8
exercises/bowling/description.md
@@ -36,7 +36,7 @@ Frame 3 is (9 + 0) = 9
36
This means the current running total is 48.
37
38
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.
+If someone throws a spare or a strike then they get one or two fill balls respectively.
40
Fill balls exist to calculate the total of the 10th frame.
41
Scoring a strike or spare on the fill ball does not give the player more fill balls.
42
The total value of the 10th frame is the total number of pins knocked down.
0 commit comments