doc: Fix tiny typo in vec-alloc.md
Change `fast an loose` to `fast and loose`.
This commit is contained in:
parent
faca79fc33
commit
9d2c45d0e7
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ LLVM needs to work with different languages' semantics and custom allocators,
|
||||||
it can't really intimately understand allocation. Instead, the main idea behind
|
it can't really intimately understand allocation. Instead, the main idea behind
|
||||||
allocation is "doesn't overlap with other stuff". That is, heap allocations,
|
allocation is "doesn't overlap with other stuff". That is, heap allocations,
|
||||||
stack allocations, and globals don't randomly overlap. Yep, it's about alias
|
stack allocations, and globals don't randomly overlap. Yep, it's about alias
|
||||||
analysis. As such, Rust can technically play a bit fast an loose with the notion of
|
analysis. As such, Rust can technically play a bit fast and loose with the notion of
|
||||||
an allocation as long as it's *consistent*.
|
an allocation as long as it's *consistent*.
|
||||||
|
|
||||||
Getting back to the empty allocation case, there are a couple of places where
|
Getting back to the empty allocation case, there are a couple of places where
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue