Skip to content

Commit c8405d2

Browse files
RalfJungdarksv
andcommittedOct 12, 2020
fix markdown reference
Co-authored-by: Dariusz Niedoba <[email protected]>
1 parent 0ec3ea9 commit c8405d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/std/src/keyword_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ mod break_keyword {}
168168
/// [Rust Book]:
169169
/// ../book/ch03-01-variables-and-mutability.html#differences-between-variables-and-constants
170170
/// [Reference]: ../reference/items/constant-items.html
171-
/// [cosnt-eval]: ./reference/const_eval.html
171+
/// [const-eval]: ../reference/const_eval.html
172172
mod const_keyword {}
173173

174174
#[doc(keyword = "continue")]

0 commit comments

Comments
 (0)
Please sign in to comment.