about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <hopsi@tuta.io>2025-07-09 22:49:41 +0200
committerGitHub <noreply@github.com>2025-07-09 22:49:41 +0200
commit42472f26452505cb42477990e6450bed21b3a50d (patch)
tree85ee234b9a7bb4c7a21ecb5a92f2418857d40303
parent120a3611973d937ac623cacc088353a14a9567cb (diff)
downloadrust-42472f26452505cb42477990e6450bed21b3a50d.tar.gz
rust-42472f26452505cb42477990e6450bed21b3a50d.zip
add missing word
-rw-r--r--src/doc/rustc-dev-guide/src/tests/misc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/misc.md b/src/doc/rustc-dev-guide/src/tests/misc.md
index c0288b3dd10..39f88174879 100644
--- a/src/doc/rustc-dev-guide/src/tests/misc.md
+++ b/src/doc/rustc-dev-guide/src/tests/misc.md
@@ -9,7 +9,7 @@ for testing:
 
 - `RUSTC_BOOTSTRAP=1` will "cheat" and bypass usual stability checking, allowing
   you to use unstable features and cli flags on a stable `rustc`.
-- `RUSTC_BOOTSTRAP=-1` will force a given `rustc` to pretend that is a stable
+- `RUSTC_BOOTSTRAP=-1` will force a given `rustc` to pretend it is a stable
   compiler, even if it's actually a nightly `rustc`. This is useful because some
   behaviors of the compiler (e.g. diagnostics) can differ depending on whether
   the compiler is nightly or not.