Structs doc: Change "pointers" to "references"
This commit is contained in:
parent
3b4d54ab88
commit
344ad9d8fc
@ -88,7 +88,7 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
Your structure can still contain `&mut` pointers, which will let
|
||||
Your structure can still contain `&mut` references, which will let
|
||||
you do some kinds of mutation:
|
||||
|
||||
```rust
|
||||
|
Loading…
x
Reference in New Issue
Block a user