Minor wording tweak

This commit is contained in:
Bradlee Speice 2019-02-02 20:57:04 -05:00
parent a7811fa9b5
commit a7957a8c80

View File

@ -66,8 +66,8 @@ fn main() {
As of the time of writing, there are five allocations that happen before `main` As of the time of writing, there are five allocations that happen before `main`
is ever called. is ever called.
But when we want to understand more practical situations where heap allocation But when we want to understand more practically where heap allocation happens,
happens, we'll follow this guide: we'll follow this guide:
- Smart pointers hold their contents in the heap - Smart pointers hold their contents in the heap
- Collections are smart pointers for many objects at a time, and reallocate - Collections are smart pointers for many objects at a time, and reallocate