Fix typo in Token.hs (#1496)

accomodate -> accommodate

Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
This commit is contained in:
Ikko Eltociear Ashimine 2023-11-06 20:43:17 +09:00 committed by GitHub
parent b203c7dcb2
commit 2b47abd36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ import GHC.Generics (Generic)
-- value associated with a token, you need the context provided by a "Token".
data TokenKind
= White
| -- | Newlines (only \n) are separated from whitespace to accomodate line-break
| -- | Newlines (only \n) are separated from whitespace to accommodate line-break
-- based error recovery, if that is ever implemented in the future
Newline
| Comment