diff --git a/blog/content/edition-2/posts/10-heap-allocation/index.md b/blog/content/edition-2/posts/10-heap-allocation/index.md index d3ba5094..41ba489e 100644 --- a/blog/content/edition-2/posts/10-heap-allocation/index.md +++ b/blog/content/edition-2/posts/10-heap-allocation/index.md @@ -214,7 +214,7 @@ Since we are compiling for a custom target, we can't use the precompiled version [unstable] build-std = ["core", "compiler_builtins", "alloc"] -```` +``` Now the compiler will recompile and include the `alloc` crate in our kernel.