Skip to content

Commit a9c5c0d

Browse files
authored
Merge pull request #2498 from rust-lang/tshepang-patch-1
add missing word
2 parents 234faf1 + 319e4c6 commit a9c5c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)