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.
return
panic!
1 parent eb1d018 commit fa00091Copy full SHA for fa00091
src/doc/book/guessing-game.md
@@ -775,7 +775,7 @@ fn main() {
775
```
776
777
And try it out. But wait, didn’t we just add an infinite loop? Yup. Remember
778
-our discussion about `parse()`? If we give a non-number answer, we’ll `return`
+our discussion about `parse()`? If we give a non-number answer, we’ll `panic!`
779
and quit. Observe:
780
781
```bash
0 commit comments