You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/pong/09_keeping_score.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ pub struct Paddle {
36
36
37
37
and in the `new()` function, initialise it to 3.
38
38
39
-
We are gonna use it for displaying health as hearts and decrementing it when ball touches either left side or right side of screen. Add these functions to `Paddle` struct.
39
+
We're going to use it for displaying the health as hearts and decrementing it when ball touches the side of the screen. Add these functions to `Paddle` struct.
0 commit comments