Fix pluralization in keyword docs
This commit is contained in:
parent
1705a7d64b
commit
b6a12d58f5
1 changed files with 3 additions and 3 deletions
|
@ -1031,10 +1031,10 @@ mod mod_keyword {}
|
||||||
/// };
|
/// };
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// For more information on the `move` keyword, see the [closure]'s section
|
/// For more information on the `move` keyword, see the [closures] section
|
||||||
/// of the Rust book or the [threads] 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
|
/// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads
|
||||||
mod move_keyword {}
|
mod move_keyword {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue