From a7957a8c80132867c9ef718783c8fd6cc3b0f8a2 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 2 Feb 2019 20:57:04 -0500 Subject: [PATCH] Minor wording tweak --- _drafts/a-heaping-helping.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_drafts/a-heaping-helping.md b/_drafts/a-heaping-helping.md index 1af7401..3d9dfbf 100644 --- a/_drafts/a-heaping-helping.md +++ b/_drafts/a-heaping-helping.md @@ -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