about summary refs log tree commit diff
diff options
context:
space:
mode:
authornora <48135649+Noratrieb@users.noreply.github.com>2025-09-17 20:15:08 +0200
committerGitHub <noreply@github.com>2025-09-17 20:15:08 +0200
commitcea82e30a9b5a28218b7d776e5da475d7f950fe9 (patch)
treebc87281b416375f37ca09acc773a36f305b0d423
parent3a14fb7c7b514e2facd97975c5a1d380becaea3a (diff)
parentee496f203828c4aad321500cbe756de8f22895d8 (diff)
downloadrust-cea82e30a9b5a28218b7d776e5da475d7f950fe9.tar.gz
rust-cea82e30a9b5a28218b7d776e5da475d7f950fe9.zip
Merge pull request #2591 from rust-lang/tshepang-patch-5
a valid state is achieved by passing the test suite
-rw-r--r--src/doc/rustc-dev-guide/src/tests/ci.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/ci.md b/src/doc/rustc-dev-guide/src/tests/ci.md
index d9fc2324d8b..1488103f469 100644
--- a/src/doc/rustc-dev-guide/src/tests/ci.md
+++ b/src/doc/rustc-dev-guide/src/tests/ci.md
@@ -1,7 +1,7 @@
 # Testing with CI
 
 The primary goal of our CI system is to ensure that the `master` branch of
-`rust-lang/rust` is always in a valid state and passes our test suite.
+`rust-lang/rust` is always in a valid state by passing our test suite.
 
 From a high-level point of view, when you open a pull request at
 `rust-lang/rust`, the following will happen: