Skip to content

Commit 7d16ef0

Browse files
author
askeblad
authored
typo (#213)
1 parent 68bf35c commit 7d16ef0

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
@@ -57,7 +57,7 @@ import Data.Maybe ( fromJust )
5757
-- The `Accept' structure contains the priority of the token being accepted
5858
-- (lower numbers => higher priorities), the name of the token, a place holder
5959
-- 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
60+
-- token from the input text and the scanner's state, a list of start codes
6161
-- (listing the start codes that the scanner must be in for the token to be
6262
-- accepted; empty => no restriction), the leading and trailing context (both
6363
-- `Nothing' if there is none).

0 commit comments

Comments
 (0)