mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Fix pluralization in keyword docs
This commit is contained in:
parent
1705a7d64b
commit
b6a12d58f5
@ -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 {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user