diff options
Diffstat (limited to 'Mutable references are safe because they prevent aliasing.md')
-rw-r--r-- | Mutable references are safe because they prevent aliasing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mutable references are safe because they prevent aliasing.md b/Mutable references are safe because they prevent aliasing.md index bb837f7..13ee277 100644 --- a/Mutable references are safe because they prevent aliasing.md +++ b/Mutable references are safe because they prevent aliasing.md @@ -1,5 +1,5 @@ [[Pointer safety principle]] -[[Aliasing is accessing the same data through different variables]] +[[Aliasing just means that multiple variables point to the same heap data]] [[Downgrading a mutable reference]] --- |