Skip to content

Commit 5308995

Browse files
committed
Fix double-and typo
1 parent 40d2340 commit 5308995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DFA.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ nfa2dfa scs nfa = mk_int_dfa nfa (nfa2pdfa nfa pdfa (dfa_start_states pdfa))
9999
n_starts = length scs -- number of start states
100100

101101
-- `nfa2pdfa' works by taking the next outstanding state set to be considered
102-
-- and and ignoring it if the state is already in the partial DFA, otherwise
102+
-- and ignoring it if the state is already in the partial DFA, otherwise
103103
-- generating all possible transitions from it, adding the new state to the
104104
-- partial DFA and continuing the closure with the extra states. Note the way
105105
-- it incorporates the trailing context references into the search (by

0 commit comments

Comments
 (0)