Skip to content

Commit 16b8957

Browse files
committed
Fixed typo
1 parent 5758372 commit 16b8957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/error.rs

+1-1
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).s
72+
/// [Display](https://doc.rust-lang.org/std/fmt/trait.Display.html).
7373
///
7474
/// # Examples
7575
///

0 commit comments

Comments
 (0)