Skip to content

Commit b6a12d5

Browse files
authored
Fix pluralization in keyword docs
1 parent 1705a7d commit b6a12d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/std/src/keyword_docs.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1031,10 +1031,10 @@ 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] section
1035+
/// of the Rust book or the [threads] section.
10361036
///
1037-
/// [closure]: ../book/ch13-01-closures.html
1037+
/// [closures]: ../book/ch13-01-closures.html
10381038
/// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads
10391039
mod move_keyword {}
10401040

0 commit comments

Comments
 (0)