1
Fork 0

Fixed typo

This commit is contained in:
Nabeel Omer 2016-10-15 22:56:07 +05:30
parent 57583722f6
commit 16b8957df4

View file

@ -69,7 +69,7 @@ pub trait Error: Debug + Display {
/// It should not contain newlines or sentence-ending punctuation,
/// to facilitate embedding in larger user-facing strings.
/// For showing formatted error messages with more information see
/// [Display](https://doc.rust-lang.org/std/fmt/trait.Display.html).s
/// [Display](https://doc.rust-lang.org/std/fmt/trait.Display.html).
///
/// # Examples
///