Fix pluralization in keyword docs

This commit is contained in:
Stephen Albert-Moore 2021-03-18 17:04:58 -04:00 committed by GitHub
parent 1705a7d64b
commit b6a12d58f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {}