Skip to content

Commit 2b47abd

Browse files
eltociearsodic
andauthored
Fix typo in Token.hs (#1496)
accomodate -> accommodate Co-authored-by: Filip Sodić <[email protected]>
1 parent b203c7d commit 2b47abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

waspc/src/Wasp/Analyzer/Parser/Token.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import GHC.Generics (Generic)
1919
-- value associated with a token, you need the context provided by a "Token".
2020
data TokenKind
2121
= White
22-
| -- | Newlines (only \n) are separated from whitespace to accomodate line-break
22+
| -- | Newlines (only \n) are separated from whitespace to accommodate line-break
2323
-- based error recovery, if that is ever implemented in the future
2424
Newline
2525
| Comment

0 commit comments

Comments
 (0)