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 4b2327b commit a121660Copy full SHA for a121660
reference/src/glossary.md
@@ -23,8 +23,8 @@ fn main() {
23
}
24
```
25
26
-In this case, both `r` and `s` alias each other, since they both point to the
27
-memory of `u`.
+In this case, both `r` and `s` alias each other, since they both point to all of
+the bytes of `u`.
28
29
However, `head` and `tail` do not alias each other: `head` points to the first
30
byte of `u` and `tail` points to the other seven bytes of `u` after it.
0 commit comments