about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorJeff Walden <jwalden@mit.edu>2015-12-27 00:24:45 -0600
committerJeff Walden <jwalden@mit.edu>2015-12-27 00:24:45 -0600
commit68c0f024cf1d5e0403c859465474ce6304d28314 (patch)
tree14d4573edf9d7cf544331efdc6193394dadaf184 /src/doc
parent0c7c94e8a0d305a7e79369201e4a2f0125628dca (diff)
Change the typo 'that' to 'than' in the book error-handling chapter.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/book/error-handling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/error-handling.md b/src/doc/book/error-handling.md
index de41a8fe03b..3479230f774 100644
--- a/src/doc/book/error-handling.md
+++ b/src/doc/book/error-handling.md
@@ -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