]> git.lizzy.rs Git - rust.git/commitdiff
Fix broken doc link reference
authorStephen Albert-Moore <stephen@sherbet.space>
Sat, 20 Mar 2021 04:36:41 +0000 (00:36 -0400)
committerStephen Albert-Moore <stephen@sherbet.space>
Sat, 20 Mar 2021 04:36:41 +0000 (00:36 -0400)
library/std/src/keyword_docs.rs

index 2eb7e81074ff820cd5aed0adf2ddebd3e49bdadc..e64cbc18bf71b09ef9cca97a767750a3487148ed 100644 (file)
@@ -1031,10 +1031,10 @@ mod mod_keyword {}
 /// };
 /// ```
 ///
-/// For more information on the `move` keyword, see the [closures] section
+/// For more information on the `move` keyword, see the [closures][closure] section
 /// of the Rust book or the [threads] section.
 ///
-/// [closures]: ../book/ch13-01-closures.html
+/// [closure]: ../book/ch13-01-closures.html
 /// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads
 mod move_keyword {}