Skip to content

Commit 07e9d1c

Browse files
committed
Fix typo in rustdoc unstable features doc
1 parent af68593 commit 07e9d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/doc/rustdoc/src/unstable-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ library, as an equivalent command-line argument is provided to `rustc` when buil
375375
This feature allows you to generate an index-page with a given markdown file. A good example of it
376376
is the [rust documentation index](https://doc.rust-lang.org/nightly/index.html).
377377

378-
With this, you'll have a page which you can custom as much as you want at the top of your crates.
378+
With this, you'll have a page which you can customize as much as you want at the top of your crates.
379379

380380
Using `index-page` option enables `enable-index-page` option as well.
381381

0 commit comments

Comments
 (0)