about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-03-10 10:38:30 +0200
committerGitHub <noreply@github.com>2025-03-10 10:38:30 +0200
commitf2e77353be1dc6050b17973a73fa9d49e9c0c0ff (patch)
treeb8be87a3755f713cbb14f5df219869e0afb25785
parent7384623d9732b5e5557af2389c573b333392280f (diff)
downloadrust-f2e77353be1dc6050b17973a73fa9d49e9c0c0ff.tar.gz
rust-f2e77353be1dc6050b17973a73fa9d49e9c0c0ff.zip
add a pause, for readability
-rw-r--r--src/doc/rustc-dev-guide/src/tests/running.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/running.md b/src/doc/rustc-dev-guide/src/tests/running.md
index 16cf8dad39d..05a56579108 100644
--- a/src/doc/rustc-dev-guide/src/tests/running.md
+++ b/src/doc/rustc-dev-guide/src/tests/running.md
@@ -112,8 +112,8 @@ crates, you have to specify those explicitly.
 ./x test --stage 1 library/std
 ```
 
-By listing which test suites you want to run you avoid having to run tests for
-components you did not change at all.
+By listing which test suites you want to run,
+you avoid having to run tests for components you did not change at all.
 
 <div class="warning">
 Note that bors only runs the tests with the full stage 2 build; therefore, while