Skip to content

Commit

Permalink
fix markdown reference
Browse files Browse the repository at this point in the history
Co-authored-by: Dariusz Niedoba <darksv@users.noreply.github.com>
  • Loading branch information
RalfJung and darksv committed Oct 12, 2020
1 parent 0ec3ea9 commit c8405d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/keyword_docs.rs
Expand Up @@ -168,7 +168,7 @@ mod break_keyword {}
/// [Rust Book]:
/// ../book/ch03-01-variables-and-mutability.html#differences-between-variables-and-constants
/// [Reference]: ../reference/items/constant-items.html
/// [cosnt-eval]: ./reference/const_eval.html
/// [const-eval]: ../reference/const_eval.html
mod const_keyword {}

#[doc(keyword = "continue")]
Expand Down

0 comments on commit c8405d2

Please sign in to comment.