We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7c94e commit 68c0f02Copy full SHA for 68c0f02
src/doc/book/error-handling.md
@@ -887,7 +887,7 @@ fn main() {
887
}
888
```
889
890
-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
891
that uses combinators, but if you aren't familiar with the combinator approach,
892
this code looks simpler to read to me. It uses explicit case analysis with
893
`match` and `if let`. If an error occurs, it simply stops executing the
0 commit comments