Rollup merge of #83280 - starthal:fix-typo-keyword-docs, r=dtolnay

Fix pluralization in keyword docs
This commit is contained in:
Dylan DPC 2021-03-21 02:01:37 +01:00 committed by GitHub
commit 0fa6831655
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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