We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bf35c commit 7d16ef0Copy full SHA for 7d16ef0
src/DFA.hs
@@ -57,7 +57,7 @@ import Data.Maybe ( fromJust )
57
-- The `Accept' structure contains the priority of the token being accepted
58
-- (lower numbers => higher priorities), the name of the token, a place holder
59
-- that can be used for storing the `action' function for constructing the
60
--- token from the input text and thge scanner's state, a list of start codes
+-- token from the input text and the scanner's state, a list of start codes
61
-- (listing the start codes that the scanner must be in for the token to be
62
-- accepted; empty => no restriction), the leading and trailing context (both
63
-- `Nothing' if there is none).
0 commit comments