about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-07-17 12:58:52 +0200
committerGitHub <noreply@github.com>2023-07-17 12:58:52 +0200
commitcfeeab5ce01f47632151cae73535e142ab3157d9 (patch)
tree91bad551fc75ba113fc58841e1f987e890345cd9 /src/doc
parent6f65ef57177ce0095171f70d0b010567c35e68cc (diff)
parentd456d115442cfacde5358da20c579060e61d5ef6 (diff)
downloadrust-cfeeab5ce01f47632151cae73535e142ab3157d9.tar.gz
rust-cfeeab5ce01f47632151cae73535e142ab3157d9.zip
Rollup merge of #112741 - geometryolife:fix, r=workingjubilee
fix typo in `rustdoc/src/what-is-rustdoc.md`
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustdoc/src/what-is-rustdoc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/what-is-rustdoc.md b/src/doc/rustdoc/src/what-is-rustdoc.md
index 7a444d77c09..7179ee0cf03 100644
--- a/src/doc/rustdoc/src/what-is-rustdoc.md
+++ b/src/doc/rustdoc/src/what-is-rustdoc.md
@@ -37,7 +37,7 @@ top, with no contents.
 ## Configuring rustdoc
 
 There are two problems with this: first, why does it
-think that our package is named "lib"? Second, why does it not have any
+think that our crate is named "lib"? Second, why does it not have any
 contents?
 
 The first problem is due to `rustdoc` trying to be helpful; like `rustc`,