We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beec630 commit e1e4fbdCopy full SHA for e1e4fbd
src/doc/book/structs.md
@@ -203,8 +203,8 @@ We could have used dot notation to do the same thing:
203
let integer_length = length.0;
204
```
205
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:
+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:
208
209
```rust
210
struct Color {
0 commit comments