Skip to content

Commit 3855597

Browse files
committed
Fix broken doc link reference
1 parent b6a12d5 commit 3855597

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,10 +1031,10 @@ mod mod_keyword {}
10311031
/// };
10321032
/// ```
10331033
///
1034-
/// For more information on the `move` keyword, see the [closures] section
1034+
/// For more information on the `move` keyword, see the [closures][closure] section
10351035
/// of the Rust book or the [threads] section.
10361036
///
1037-
/// [closures]: ../book/ch13-01-closures.html
1037+
/// [closure]: ../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)