about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-04-25 18:33:15 +0200
committerGitHub <noreply@github.com>2025-04-25 18:33:15 +0200
commite6472b35e7cd77240d0fd1e923e8cea7f2079c95 (patch)
treeb281671746b4b69f02ca963a98623fce5fcffe7e
parentdeed996704550e20ece44bb7ebab5caa4a2976d0 (diff)
parentba6dd90615a4a140bf5791b5d924dabd0c3adca8 (diff)
downloadrust-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.md4
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