We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 118aba3 + 3855597 commit 0fa6831Copy full SHA for 0fa6831
library/std/src/keyword_docs.rs
@@ -1031,8 +1031,8 @@ mod mod_keyword {}
1031
/// };
1032
/// ```
1033
///
1034
-/// For more information on the `move` keyword, see the [closure]'s section
1035
-/// 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.
1036
1037
/// [closure]: ../book/ch13-01-closures.html
1038
/// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads
0 commit comments