about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authornora <48135649+Noratrieb@users.noreply.github.com>2025-07-10 08:28:07 +0200
committerGitHub <noreply@github.com>2025-07-10 08:28:07 +0200
commit7c76abc8881c4a45c620b0a92e0a974f350579af (patch)
tree587a082d704767243ee74d546fdc253a4d057650 /src
parent1a6e543f6c6c53ebaefb877ef122b76a84c24d25 (diff)
parent99fc05bb1830f6c6132ff7b1e48e2e655c863ad6 (diff)
downloadrust-7c76abc8881c4a45c620b0a92e0a974f350579af.tar.gz
rust-7c76abc8881c4a45c620b0a92e0a974f350579af.zip
Merge pull request #2500 from rust-lang/tshepang-patch-3
do not invent a name
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.