about summary refs log tree commit diff
path: root/src/doc/rustdoc
diff options
context:
space:
mode:
authorJoe Chen <geometryolife@gmail.com>2023-06-17 20:08:33 +0800
committerJoe Chen <geometryolife@gmail.com>2023-06-17 20:08:33 +0800
commitd456d115442cfacde5358da20c579060e61d5ef6 (patch)
tree3735532568c476b264059302cf146722138d88c2 /src/doc/rustdoc
parentf90d57d06ebc7f250b60b9cab583f111d9a5fb9d (diff)
downloadrust-d456d115442cfacde5358da20c579060e61d5ef6.tar.gz
rust-d456d115442cfacde5358da20c579060e61d5ef6.zip
fix typo in `rustdoc/src/what-is-rustdoc.md`
Diffstat (limited to 'src/doc/rustdoc')
-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`,