Skip to content

Commit

Permalink
doc: remove duplicate "the"
Browse files Browse the repository at this point in the history
PR #94
  • Loading branch information
brauliobz authored Nov 22, 2022
1 parent 2a6d8f3 commit c640920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nfa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub struct NFA<S> {
/// A set of equivalence classes in terms of bytes. We compute this while
/// building the NFA, but don't use it in the NFA's states. Instead, we
/// use this for building the DFA. We store it on the NFA since it's easy
/// to compute while visiting the the patterns.
/// to compute while visiting the patterns.
byte_classes: ByteClasses,
/// A set of states. Each state defines its own transitions, a fail
/// transition and a set of indices corresponding to matches.
Expand Down

0 comments on commit c640920

Please sign in to comment.