Rollup merge of #116151 - DaniPopes:rustdoc-unstable-typo, r=fmease
Fix typo in rustdoc unstable features doc
This commit is contained in:
commit
c2e7a158de
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ library, as an equivalent command-line argument is provided to `rustc` when buil
|
||||||
This feature allows you to generate an index-page with a given markdown file. A good example of it
|
This feature allows you to generate an index-page with a given markdown file. A good example of it
|
||||||
is the [rust documentation index](https://doc.rust-lang.org/nightly/index.html).
|
is the [rust documentation index](https://doc.rust-lang.org/nightly/index.html).
|
||||||
|
|
||||||
With this, you'll have a page which you can custom as much as you want at the top of your crates.
|
With this, you'll have a page which you can customize as much as you want at the top of your crates.
|
||||||
|
|
||||||
Using `index-page` option enables `enable-index-page` option as well.
|
Using `index-page` option enables `enable-index-page` option as well.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue