diff --git a/library/std/src/keyword_docs.rs b/library/std/src/keyword_docs.rs index 2eb7e81074ff8..e64cbc18bf71b 100644 --- a/library/std/src/keyword_docs.rs +++ b/library/std/src/keyword_docs.rs @@ -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 {}