Skip to content

Commit 0fa6831

Browse files
authored
Rollup merge of rust-lang#83280 - starthal:fix-typo-keyword-docs, r=dtolnay
Fix pluralization in keyword docs
2 parents 118aba3 + 3855597 commit 0fa6831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/keyword_docs.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1031,8 +1031,8 @@ mod mod_keyword {}
10311031
/// };
10321032
/// ```
10331033
///
1034-
/// For more information on the `move` keyword, see the [closure]'s section
1035-
/// of the Rust book or the [threads] section
1034+
/// For more information on the `move` keyword, see the [closures][closure] section
1035+
/// of the Rust book or the [threads] section.
10361036
///
10371037
/// [closure]: ../book/ch13-01-closures.html
10381038
/// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads

0 commit comments

Comments
 (0)