Skip to content

Commit

Permalink
Quick typo fix (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarth authored Apr 21, 2024
1 parent 9149c6a commit eecac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub trait FromExternalError<I, E> {
fn from_external_error(input: I, kind: ErrorKind, e: E) -> Self;
}

/// default error type, only contains the error' location and code
/// default error type, only contains the error's location and code
#[derive(Clone, Debug, Eq, PartialEq)]
pub struct Error<I> {
/// position of the error in the input data
Expand Down

0 comments on commit eecac90

Please sign in to comment.