Skip to content

Commit 3a1d85e

Browse files
Kiel97corwinkuiper
andauthored
Update book/src/pong/09_keeping_score.md
Co-authored-by: Corwin <[email protected]>
1 parent 64868d9 commit 3a1d85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/pong/09_keeping_score.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub struct Paddle {
3636

3737
and in the `new()` function, initialise it to 3.
3838

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.
4040

4141
```rust
4242
pub fn health(&self) -> i32 {

0 commit comments

Comments
 (0)