mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-26 22:36:01 +03:00
Fix typo in Token.hs (#1496)
accomodate -> accommodate Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
This commit is contained in:
parent
b203c7dcb2
commit
2b47abd36f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user