Skip to content

Commit 5758372

Browse files
committed
Corrected broken markdown link
1 parent a1b50ad commit 5758372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub trait Error: Debug + Display {
6969
/// It should not contain newlines or sentence-ending punctuation,
7070
/// to facilitate embedding in larger user-facing strings.
7171
/// For showing formatted error messages with more information see
72-
/// (Display)[https://doc.rust-lang.org/std/fmt/trait.Display.html].
72+
/// [Display](https://doc.rust-lang.org/std/fmt/trait.Display.html).s
7373
///
7474
/// # Examples
7575
///

0 commit comments

Comments
 (0)