diff options
| author | DaniPopes <57450786+DaniPopes@users.noreply.github.com> | 2023-09-25 17:38:39 +0200 |
|---|---|---|
| committer | DaniPopes <57450786+DaniPopes@users.noreply.github.com> | 2023-09-25 17:38:39 +0200 |
| commit | 07e9d1cc2467179c7d7e3a97142804256c15788f (patch) | |
| tree | 0b35d1d9de8a9d0f78f5237dd75a79f07765494e | |
| parent | af685931799459879b2a8995524755a06ffb5eec (diff) | |
| download | rust-07e9d1cc2467179c7d7e3a97142804256c15788f.tar.gz rust-07e9d1cc2467179c7d7e3a97142804256c15788f.zip | |
Fix typo in rustdoc unstable features doc
| -rw-r--r-- | src/doc/rustdoc/src/unstable-features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md index 0d3f6338af4..7473b09920f 100644 --- a/src/doc/rustdoc/src/unstable-features.md +++ b/src/doc/rustdoc/src/unstable-features.md @@ -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 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. |
