Skip to content

Commit

Permalink
chore: remove redundant words
Browse files Browse the repository at this point in the history
Signed-off-by: jiangmencity <[email protected]>
  • Loading branch information
jiangmencity committed Jan 25, 2025
1 parent 12cf209 commit 8041801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ impl SequenceHelper {
expected_terminals: next.expected_terminals,
}));
}
// If the sequence is unwinding and and we didn't find a match, then it means
// If the sequence is unwinding and we didn't find a match, then it means
// that we recovered past it and we need to push the recovery up.
(ParserResult::SkippedUntil(_), ParserResult::NoMatch(_)) => {
// Skip any possible subsequent expected elements in this sequence until
Expand Down

0 comments on commit 8041801

Please sign in to comment.