about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2020-05-01 16:08:23 +0200
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-05-01 09:17:27 -0500
commitfbc2c3fb1965c5d39c3ecff15170a4e9de4e0903 (patch)
treec40354cd97d983b95207e28ffa27c8647e318f53 /src
parent787a410dc4941c787593b9ab1ec5c49fab3d1b31 (diff)
downloadrust-fbc2c3fb1965c5d39c3ecff15170a4e9de4e0903.tar.gz
rust-fbc2c3fb1965c5d39c3ecff15170a4e9de4e0903.zip
I confirmed this
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc-dev-guide/src/compiler-debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiler-debugging.md b/src/doc/rustc-dev-guide/src/compiler-debugging.md
index d6d03ab1e8e..780f5d87154 100644
--- a/src/doc/rustc-dev-guide/src/compiler-debugging.md
+++ b/src/doc/rustc-dev-guide/src/compiler-debugging.md
@@ -205,7 +205,7 @@ if you run the compiler with `RUSTC_LOG=rustc rustc some.rs` and only see
 `INFO` logs, make sure that `debug-assertions=yes` is turned on in your
 config.toml.
 
-I also think that in some cases just setting it will not trigger a rebuild,
+In some cases, just setting it will not trigger a rebuild,
 so if you changed it and you already have a compiler built, you might
 want to call `x.py clean` to force one.