Skip to content

Commit

Permalink
Fix pluralization in keyword docs
Browse files Browse the repository at this point in the history
  • Loading branch information
starthal committed Mar 18, 2021
1 parent 1705a7d commit b6a12d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/std/src/keyword_docs.rs
Expand Up @@ -1031,10 +1031,10 @@ 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] section
/// of the Rust book or the [threads] section.
///
/// [closure]: ../book/ch13-01-closures.html
/// [closures]: ../book/ch13-01-closures.html
/// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads
mod move_keyword {}

Expand Down

0 comments on commit b6a12d5

Please sign in to comment.