diff --git a/pest/src/parser_state.rs b/pest/src/parser_state.rs index 5a10b420..58c9ecb1 100644 --- a/pest/src/parser_state.rs +++ b/pest/src/parser_state.rs @@ -701,7 +701,7 @@ impl<'i, R: RuleType> ParserState<'i, R> { /// `Box` if successful, or `Err` with the updated `Box` otherwise. /// /// # Caution - /// The provided `range` is intepreted as inclusive. + /// The provided `range` is interpreted as inclusive. /// /// # Examples ///