about summary refs log tree commit diff
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-03-10 17:59:15 +0800
committerGitHub <noreply@github.com>2025-03-10 17:59:15 +0800
commite405878315325eeee02367e4754bbdf92965619e (patch)
tree7414e1e980a2bc115d5337a142010d986fdcddfc
parent4cc14ce3a5ac243853905accb0cd00865c45adad (diff)
parentd51c9222686dafe9859cce8a0510ccd6010c552a (diff)
downloadrust-e405878315325eeee02367e4754bbdf92965619e.tar.gz
rust-e405878315325eeee02367e4754bbdf92965619e.zip
Merge pull request #2273 from rust-lang/tshepang-patch-1
use new terminology
-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 35deec4b49c..f6cc8b5369a 100644
--- a/src/doc/rustc-dev-guide/src/tests/running.md
+++ b/src/doc/rustc-dev-guide/src/tests/running.md
@@ -24,8 +24,8 @@ collection.
 
 The test results are cached and previously successful tests are `ignored` during
 testing. The stdout/stderr contents as well as a timestamp file for every test
-can be found under `build/<target-triple>/test/` for the given
-`<target-triple>`. To force-rerun a test (e.g. in case the test runner fails to
+can be found under `build/<target-tuple>/test/` for the given
+`<target-tuple>`. To force-rerun a test (e.g. in case the test runner fails to
 notice a change) you can use the `--force-rerun` CLI option.
 
 > **Note on requirements of external dependencies**