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] ---