Skip to content

Commit

Permalink
Rollup merge of rust-lang#83280 - starthal:fix-typo-keyword-docs, r=d…
Browse files Browse the repository at this point in the history
…tolnay

Fix pluralization in keyword docs
  • Loading branch information
Dylan-DPC authored Mar 21, 2021
2 parents 118aba3 + 3855597 commit 0fa6831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1031,8 +1031,8 @@ mod mod_keyword {}
/// };
/// ```
///
/// For more information on the `move` keyword, see the [closure]'s section
/// of the Rust book or the [threads] section
/// For more information on the `move` keyword, see the [closures][closure] section
/// of the Rust book or the [threads] section.
///
/// [closure]: ../book/ch13-01-closures.html
/// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads
Expand Down

0 comments on commit 0fa6831

Please sign in to comment.