We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4d54a commit 344ad9dCopy full SHA for 344ad9d
src/doc/book/src/structs.md
@@ -88,7 +88,7 @@ fn main() {
88
}
89
```
90
91
-Your structure can still contain `&mut` pointers, which will let
+Your structure can still contain `&mut` references, which will let
92
you do some kinds of mutation:
93
94
```rust
0 commit comments