Skip to content

Commit a121660

Browse files
committed
make both examples use as close of wording as possible.
1 parent 4b2327b commit a121660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/src/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ fn main() {
2323
}
2424
```
2525

26-
In this case, both `r` and `s` alias each other, since they both point to the
27-
memory of `u`.
26+
In this case, both `r` and `s` alias each other, since they both point to all of
27+
the bytes of `u`.
2828

2929
However, `head` and `tail` do not alias each other: `head` points to the first
3030
byte of `u` and `tail` points to the other seven bytes of `u` after it.

0 commit comments

Comments
 (0)