diff --git a/blog/content/edition-2/posts/02-minimal-rust-kernel/index.md b/blog/content/edition-2/posts/02-minimal-rust-kernel/index.md index 7e5fa8c3..efbad211 100644 --- a/blog/content/edition-2/posts/02-minimal-rust-kernel/index.md +++ b/blog/content/edition-2/posts/02-minimal-rust-kernel/index.md @@ -277,7 +277,7 @@ This tells cargo that it should recompile the `core` and `compiler_builtins` lib -After setting the `unstable.build-std` configuration key and installing the `rust-src` component, we can rerun the our build command: +After setting the `unstable.build-std` configuration key and installing the `rust-src` component, we can rerun our build command: ``` > cargo build --target x86_64-blog_os.json