Fix a typo: indenteted ~> indented (#63)

This commit is contained in:
Alex Chan 2020-09-16 21:30:02 +01:00 committed by GitHub
parent d1ff3e8bd5
commit 05809302b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ use std::fmt::{self, Display};
pub(crate) mod help;
/// An indenteted section with a header for an error report
/// An indented section with a header for an error report
///
/// # Details
///