about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authoryegeunyang <yegeunyang@icloud.com>2025-01-28 22:56:52 -0600
committeryegeunyang <yegeunyang@icloud.com>2025-01-28 22:56:52 -0600
commit4260e3a5b89de914567ee0689e87ffd7da400538 (patch)
tree20411d05faf9a7acf3b00b567590efc5d095832a /src/doc/rustc-dev-guide
parent941ab8cd187f987242d2872e0b6dabbcca569fd1 (diff)
Touch up a sentence
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md
index d7797d2e4bc..4cb1d0b31eb 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/src/getting-started.md
@@ -139,7 +139,7 @@ pull request, continuing the work on the feature.
 
 ### Writing tests
 
-Issues that have been resolved but do not have a regression test are marked with the `E-needs-test` label. Writing unit tests is a low-risk, lower-priority task that offers new contributors a great opportunity to familiarize themselves with the codebase.
+Issues that have been resolved but do not have a regression test are marked with the `E-needs-test` label. Writing unit tests is a low-risk, lower-priority task that offers new contributors a great opportunity to familiarize themselves with the testing infrastructure and contribution workflow.
 
 ### Contributing to std (standard library)