Skip to content

Commit 344ad9d

Browse files
Structs doc: Change "pointers" to "references"
1 parent 3b4d54a commit 344ad9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/src/structs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fn main() {
8888
}
8989
```
9090

91-
Your structure can still contain `&mut` pointers, which will let
91+
Your structure can still contain `&mut` references, which will let
9292
you do some kinds of mutation:
9393

9494
```rust

0 commit comments

Comments
 (0)