diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-25 18:33:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-25 18:33:15 +0200 |
| commit | e6472b35e7cd77240d0fd1e923e8cea7f2079c95 (patch) | |
| tree | b281671746b4b69f02ca963a98623fce5fcffe7e | |
| parent | deed996704550e20ece44bb7ebab5caa4a2976d0 (diff) | |
| parent | ba6dd90615a4a140bf5791b5d924dabd0c3adca8 (diff) | |
| download | rust-e6472b35e7cd77240d0fd1e923e8cea7f2079c95.tar.gz rust-e6472b35e7cd77240d0fd1e923e8cea7f2079c95.zip | |
Merge pull request #2353 from rust-lang/tshepang-patch-1
typo
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/bootstrapping/what-bootstrapping-does.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping/what-bootstrapping-does.md b/src/doc/rustc-dev-guide/src/building/bootstrapping/what-bootstrapping-does.md index 1dd5402f4cd..ffcfe259625 100644 --- a/src/doc/rustc-dev-guide/src/building/bootstrapping/what-bootstrapping-does.md +++ b/src/doc/rustc-dev-guide/src/building/bootstrapping/what-bootstrapping-does.md @@ -394,8 +394,8 @@ will be rare to want to use it. Finally, `MAGIC_EXTRA_RUSTFLAGS` bypasses the this is `compiletest`. For unit tests and doc tests this is the `libtest` runner. -Most test runner accept `--help`, which you can use to find out the options -accepted by the runner. +Most test runners accept `--help`, +which you can use to find out the options accepted by the runner. ## Environment Variables |
