Skip to content

Commit 033a1ea

Browse files
imdanielspJoshua Nelson
authored and
Joshua Nelson
committed
Fixes typo in getting started guide
1 parent 9214d4a commit 033a1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ commit, as this reduces conflicts later. The pinned version is built under
282282
`build/<target>/stage0/bin/rustfmt`, so if you want, you can use it for a
283283
single file or for format-on-save in your editor, which can be faster than `./x.py fmt`.
284284

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

0 commit comments

Comments
 (0)