Skip to content

Commit fc9a6b9

Browse files
damhiyaEricson2314
andauthored
Update src/DFAMin.hs
fix grammar Co-authored-by: John Ericson <[email protected]>
1 parent 98f2873 commit fc9a6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DFAMin.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import qualified Data.List as List
2020
-- X refines Y into Y1 and Y2 means
2121
-- Y1 := Y ∩ X
2222
-- Y2 := Y \ X
23-
-- where both Y1 and Y2 is nonempty
23+
-- where both Y1 and Y2 are nonempty
2424
--
2525
-- P := {{all accepting states}, {all nonaccepting states}};
2626
-- Q := {{all accepting states}};

0 commit comments

Comments
 (0)