Rollup merge of #112741 - geometryolife:fix, r=workingjubilee

fix typo in `rustdoc/src/what-is-rustdoc.md`
This commit is contained in:
Matthias Krüger
2023-07-17 12:58:52 +02:00
committed by GitHub
+1 -1
View File
@@ -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`,