Minor wording tweak

case-study-borrow-checker
Bradlee Speice 2019-02-02 20:57:04 -05:00
parent a7811fa9b5
commit a7957a8c80
1 changed files with 2 additions and 2 deletions

View File

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