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 552bf75 commit 24c928bCopy full SHA for 24c928b
src/doc/book/guessing-game.md
@@ -279,7 +279,7 @@ displaying the message.
279
[expect]: ../std/option/enum.Option.html#method.expect
280
[panic]: error-handling.html
281
282
-If we leave off calling these two methods, our program will compile, but
+If we leave off calling this method, our program will compile, but
283
we’ll get a warning:
284
285
```bash
@@ -680,7 +680,7 @@ fn main() {
680
}
681
```
682
683
-The new three lines:
+The new two lines:
684
685
```rust,ignore
686
let guess: u32 = guess.trim().parse()
0 commit comments