Skip to content

Commit b89bf8f

Browse files
lilyqin7mk-mxp
andauthored
Update exercises/practice/bowling/BowlingTest.php
Co-authored-by: mk-mxp <55182845+mk-mxp@users.noreply.github.com>
1 parent f914e56 commit b89bf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/bowling/BowlingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function testASpareFollowedByZerosIsWorthTenPoints(): void
126126
{
127127
$game = new Game();
128128

129-
// Frame 1 - Spare (6 + 4 = 10)
129+
// Frame 1 - Spare
130130
$game->roll(6);
131131
$game->roll(4);
132132

0 commit comments

Comments
 (0)