This commit is contained in:
Ethan Henderson 2022-08-02 02:05:07 +01:00
parent ed1b6786e1
commit e8a553170b

View file

@ -73,7 +73,7 @@ impl ParseError {
/// Generates a new [`ParseError`].
///
/// # Arguments
/// - `details` - THe details of this error.
/// - `details` - The details of this error.
///
/// # Example
/// ```