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 63db0a1 commit 3698de0Copy full SHA for 3698de0
compiler/src/Reporting/Error/Json.hs
@@ -94,7 +94,7 @@ parseErrorToReport path source parseError reason =
94
, D.reflow $
95
"This error is commonly caused by trailing commas in JSON objects. Those are\
96
\ actually disallowed by <https://json.org> so check the previous line for a\
97
- \ trailing commas that may need to be deleted."
+ \ trailing comma that may need to be deleted."
98
, objectNote
99
]
100
)
0 commit comments