Change the typo 'that' to 'than' in the book error-handling chapter.

This commit is contained in:
Jeff Walden 2015-12-27 00:24:45 -06:00
parent 0c7c94e8a0
commit 68c0f024cf

View File

@ -887,7 +887,7 @@ fn main() {
}
```
Reasonable people can disagree over whether this code is better that the code
Reasonable people can disagree over whether this code is better than the code
that uses combinators, but if you aren't familiar with the combinator approach,
this code looks simpler to read to me. It uses explicit case analysis with
`match` and `if let`. If an error occurs, it simply stops executing the