Skip to content

Commit e1e4fbd

Browse files
committed
s/than/instead of/
1 parent beec630 commit e1e4fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/book/structs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ We could have used dot notation to do the same thing:
203203
let integer_length = length.0;
204204
```
205205

206-
It's always possible to use a `struct` than a tuple struct, and can be clearer.
207-
We would write `Color` and `Point` like this instead:
206+
It's always possible to use a `struct` instead of a tuple struct, and can be
207+
clearer. We could write `Color` and `Point` like this instead:
208208

209209
```rust
210210
struct Color {

0 commit comments

Comments
 (0)