Fix typo in 02-minimal-rust-kernel (#1080)

`rerun the our build command` -> `rerun our build command`
This commit is contained in:
Max Desiatov
2022-02-16 10:37:31 +00:00
committed by GitHub
parent c1af4e31b1
commit 5b2c60ece3

View File

@@ -277,7 +277,7 @@ This tells cargo that it should recompile the `core` and `compiler_builtins` lib
</div> </div>
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 > cargo build --target x86_64-blog_os.json