Skip to content

Commit 1a6e543

Browse files
authored
Merge pull request #2498 from rust-lang/tshepang-patch-1
add missing word
2 parents 120a361 + 42472f2 commit 1a6e543

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc-dev-guide/src/tests

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/tests/misc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for testing:
99

1010
- `RUSTC_BOOTSTRAP=1` will "cheat" and bypass usual stability checking, allowing
1111
you to use unstable features and cli flags on a stable `rustc`.
12-
- `RUSTC_BOOTSTRAP=-1` will force a given `rustc` to pretend that is a stable
12+
- `RUSTC_BOOTSTRAP=-1` will force a given `rustc` to pretend it is a stable
1313
compiler, even if it's actually a nightly `rustc`. This is useful because some
1414
behaviors of the compiler (e.g. diagnostics) can differ depending on whether
1515
the compiler is nightly or not.

0 commit comments

Comments
 (0)