Skip to content

Commit

Permalink
Fix typo in 02-minimal-rust-kernel (#1080)
Browse files Browse the repository at this point in the history
`rerun the our build command` -> `rerun our build command`
  • Loading branch information
MaxDesiatov authored Feb 16, 2022
1 parent c1af4e3 commit 5b2c60e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ This tells cargo that it should recompile the `core` and `compiler_builtins` lib

</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
Expand Down

0 comments on commit 5b2c60e

Please sign in to comment.