]> git.lizzy.rs Git - rust.git/commit
Small grammar fix in Guessing Game
authorSteve Klabnik <steve@steveklabnik.com>
Wed, 9 Mar 2016 08:37:19 +0000 (03:37 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Wed, 9 Mar 2016 08:37:19 +0000 (03:37 -0500)
commit0f426aa916b17efab99cdc85a5b968d591b4cb4a
tree98ece8fd40b63698a13f52aba35d481f9a97ecca
parentc97524bef9e59a80875110b402b3fc8c139d4d64
Small grammar fix in Guessing Game

When it was Option.expect(), there was an .ok().expect(), but now that it uses Result.expect(), there's only one method, not two.

Fixes #31912
src/doc/book/guessing-game.md