TRPL: guessing game: minor clarification
This commit is contained in:
parent
eb38d426c4
commit
cf0fc72a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ displaying the message.
|
|||
[expect]: ../std/result/enum.Result.html#method.expect
|
||||
[panic]: error-handling.html
|
||||
|
||||
If we leave off calling this method, our program will compile, but
|
||||
If we do not call `expect()`, our program will compile, but
|
||||
we’ll get a warning:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue