Skip to content

Commit

Permalink
docs: fix small typo in match_range (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 authored Aug 1, 2023
1 parent 5bfa99e commit fe53557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pest/src/parser_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ impl<'i, R: RuleType> ParserState<'i, R> {
/// `Box<ParserState>` if successful, or `Err` with the updated `Box<ParserState>` otherwise.
///
/// # Caution
/// The provided `range` is intepreted as inclusive.
/// The provided `range` is interpreted as inclusive.
///
/// # Examples
///
Expand Down

0 comments on commit fe53557

Please sign in to comment.