From e6873c2ad226450a2710f18d291a153cdbcfc698 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 3 Feb 2019 17:02:27 -0500 Subject: [PATCH] Dots. Dots everywhere. --- _drafts/stacking-up.md | 2 +- _drafts/the-whole-world.md | 2 +- _drafts/understanding-allocations-in-rust.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_drafts/stacking-up.md b/_drafts/stacking-up.md index 53667ad..91feeb8 100644 --- a/_drafts/stacking-up.md +++ b/_drafts/stacking-up.md @@ -1,7 +1,7 @@ --- layout: post title: "Stacking Up: Fixed Memory" -description: "We don't need no allocator" +description: "We don't need no allocator." category: tags: [rust, understanding-allocations] --- diff --git a/_drafts/the-whole-world.md b/_drafts/the-whole-world.md index 4e1a86a..18eecce 100644 --- a/_drafts/the-whole-world.md +++ b/_drafts/the-whole-world.md @@ -1,7 +1,7 @@ --- layout: post title: "The Whole World: Global Memory Usage" -description: "Static considered slightly less harmful" +description: "Static considered slightly less harmful." category: tags: [rust, understanding-allocations] --- diff --git a/_drafts/understanding-allocations-in-rust.md b/_drafts/understanding-allocations-in-rust.md index 2fe832a..fe5dfc8 100644 --- a/_drafts/understanding-allocations-in-rust.md +++ b/_drafts/understanding-allocations-in-rust.md @@ -1,7 +1,7 @@ --- layout: post title: "Allocations in Rust" -description: "An introduction to the memory model" +description: "An introduction to the memory model." category: tags: [rust, understanding-allocations] ---