]> git.lizzy.rs Git - rust.git/commitdiff
s/than/instead of/
authorAlex Burka <durka42+github@gmail.com>
Thu, 28 Apr 2016 14:47:19 +0000 (10:47 -0400)
committerAlex Burka <durka42+github@gmail.com>
Thu, 28 Apr 2016 14:47:19 +0000 (10:47 -0400)
src/doc/book/structs.md

index 34f50e905dd798ae500969173a3a6ef5a12ddf21..eace99670b1ef45274231fdf6e9fa0ceda662907 100644 (file)
@@ -203,8 +203,8 @@ We could have used dot notation to do the same thing:
 let integer_length = length.0;
 ```
 
-It's always possible to use a `struct` than a tuple struct, and can be clearer.
-We would write `Color` and `Point` like this instead:
+It's always possible to use a `struct` instead of a tuple struct, and can be
+clearer. We could write `Color` and `Point` like this instead:
 
 ```rust
 struct Color {