about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-09-26 15:57:25 +0200
committerGitHub <noreply@github.com>2023-09-26 15:57:25 +0200
commitc2e7a158de76bfb94adfc59707e1df1b2e7efb0f (patch)
tree3dc0fdcc601ec5363445df8fc192d5518083a2f4 /src
parent4eb72fdb15bd67175898642d5f243c2de6327762 (diff)
parent07e9d1cc2467179c7d7e3a97142804256c15788f (diff)
downloadrust-c2e7a158de76bfb94adfc59707e1df1b2e7efb0f.tar.gz
rust-c2e7a158de76bfb94adfc59707e1df1b2e7efb0f.zip
Rollup merge of #116151 - DaniPopes:rustdoc-unstable-typo, r=fmease
Fix typo in rustdoc unstable features doc
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustdoc/src/unstable-features.md2
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.