TRPL: guessing game: minor clarification

This commit is contained in:
Vangelis Katsikaros 2016-10-20 18:00:12 +03:00
parent eb38d426c4
commit cf0fc72a3e

View file

@ -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
well get a warning:
```bash