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 eb38d42 commit cf0fc72Copy full SHA for cf0fc72
src/doc/book/guessing-game.md
@@ -276,7 +276,7 @@ displaying the message.
276
[expect]: ../std/result/enum.Result.html#method.expect
277
[panic]: error-handling.html
278
279
-If we leave off calling this method, our program will compile, but
+If we do not call `expect()`, our program will compile, but
280
we’ll get a warning:
281
282
```bash
0 commit comments