Skip to content

Commit

Permalink
Fix typo in extra property docs for LocatedSpanEx
Browse files Browse the repository at this point in the history
  • Loading branch information
zakcutner committed Jan 14, 2020
1 parent 504e849 commit be80026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub struct LocatedSpanEx<T, X> {
/// The fragment represents a part of the input of the parser.
pub fragment: T,

/// Extra information that can be embededd by the user.
/// Extra information that can be embedded by the user.
/// Example: the parsed file name
pub extra: X,
}
Expand Down

0 comments on commit be80026

Please sign in to comment.