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 b203c7d commit 2b47abdCopy full SHA for 2b47abd
waspc/src/Wasp/Analyzer/Parser/Token.hs
@@ -19,7 +19,7 @@ import GHC.Generics (Generic)
19
-- value associated with a token, you need the context provided by a "Token".
20
data TokenKind
21
= White
22
- | -- | Newlines (only \n) are separated from whitespace to accomodate line-break
+ | -- | Newlines (only \n) are separated from whitespace to accommodate line-break
23
-- based error recovery, if that is ever implemented in the future
24
Newline
25
| Comment
0 commit comments