From e1e4fbd2a235e9ce31bd614dff667a81b8f8c360 Mon Sep 17 00:00:00 2001 From: Alex Burka Date: Thu, 28 Apr 2016 10:47:19 -0400 Subject: [PATCH] s/than/instead of/ --- src/doc/book/structs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/book/structs.md b/src/doc/book/structs.md index 34f50e905dd7..eace99670b1e 100644 --- a/src/doc/book/structs.md +++ b/src/doc/book/structs.md @@ -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 {