From 5b2c60ece3500c2bd2524fcbcce4b65eba871e62 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Wed, 16 Feb 2022 10:37:31 +0000 Subject: [PATCH] Fix typo in `02-minimal-rust-kernel` (#1080) `rerun the our build command` -> `rerun our build command` --- blog/content/edition-2/posts/02-minimal-rust-kernel/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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