about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTshepang Mbambo <hopsi@tuta.io>2025-07-09 23:03:37 +0200
committerGitHub <noreply@github.com>2025-07-09 23:03:37 +0200
commit99fc05bb1830f6c6132ff7b1e48e2e655c863ad6 (patch)
tree4de0005f4221e480e3274030f47ef1b388fcc8a2 /src
parent120a3611973d937ac623cacc088353a14a9567cb (diff)
downloadrust-99fc05bb1830f6c6132ff7b1e48e2e655c863ad6.tar.gz
rust-99fc05bb1830f6c6132ff7b1e48e2e655c863ad6.zip
do not invent a name
Nowhere else is this called "Dist check"
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/intro.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/intro.md b/src/doc/rustc-dev-guide/src/tests/intro.md
index c55d60f4a5c..84f99e9461e 100644
--- a/src/doc/rustc-dev-guide/src/tests/intro.md
+++ b/src/doc/rustc-dev-guide/src/tests/intro.md
@@ -111,7 +111,7 @@ and it can be invoked so:
 
 This requires building all of the documentation, which might take a while.
 
-### Dist check
+### `distcheck`
 
 `distcheck` verifies that the source distribution tarball created by the build
 system will unpack, build, and run all tests.