Skip to content

Commit cf0fc72

Browse files
committed
TRPL: guessing game: minor clarification
1 parent eb38d42 commit cf0fc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/guessing-game.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ displaying the message.
276276
[expect]: ../std/result/enum.Result.html#method.expect
277277
[panic]: error-handling.html
278278

279-
If we leave off calling this method, our program will compile, but
279+
If we do not call `expect()`, our program will compile, but
280280
we’ll get a warning:
281281

282282
```bash

0 commit comments

Comments
 (0)