about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-03-10 10:29:30 +0200
committerGitHub <noreply@github.com>2025-03-10 10:29:30 +0200
commitd51c9222686dafe9859cce8a0510ccd6010c552a (patch)
tree6923cc341685c864ba1ded9fe842232cf5441e6e
parent7f83057e3d0995c2b79183334c4586f0b0fa62e2 (diff)
downloadrust-d51c9222686dafe9859cce8a0510ccd6010c552a.tar.gz
rust-d51c9222686dafe9859cce8a0510ccd6010c552a.zip
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 6ce65092389..58564bc4f25 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**