Skip to content

Commit

Permalink
chore: remove redundant word (NomicFoundation#1230)
Browse files Browse the repository at this point in the history
Signed-off-by: jiangmencity <[email protected]>
  • Loading branch information
jiangmencity authored Feb 6, 2025
1 parent 103b331 commit 15b1234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15b1234

Please sign in to comment.