Fixed typo
This commit is contained in:
parent
57583722f6
commit
16b8957df4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue