s/than/instead of/

This commit is contained in:
Alex Burka 2016-04-28 10:47:19 -04:00
parent beec630863
commit e1e4fbd2a2

View 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 {