Skip to content

Commit

Permalink
Fixes typo in getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
imdanielsp authored and Joshua Nelson committed Feb 25, 2021
1 parent 9214d4a commit 033a1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ commit, as this reduces conflicts later. The pinned version is built under
`build/<target>/stage0/bin/rustfmt`, so if you want, you can use it for a
single file or for format-on-save in your editor, which can be faster than `./x.py fmt`.

On last thing: you can use `RUSTC_LOG=XXX` to get debug logging. [Read more
One last thing: you can use `RUSTC_LOG=XXX` to get debug logging. [Read more
here][logging]. Notice the `C` in `RUSTC_LOG`. Other than that, it uses normal
[`env_logger`][envlog] syntax.

Expand Down

0 comments on commit 033a1ea

Please sign in to comment.