typo: *LEADING* NEWLINE

This commit is contained in:
Gaute Berge 2023-10-26 09:21:49 +02:00
parent dda71684bb
commit 68fd3f1f39

View File

@ -2975,7 +2975,7 @@ toStringReport source string row col =
toEscapeReport source escape row col
StringMultilineWithoutLeadingNewline ->
let region = toRegion row col
in Report.Report "MULTILINE STRING WITHOUT NEWLINE" region [] $
in Report.Report "MULTILINE STRING WITHOUT LEADING NEWLINE" region [] $
Code.toSnippet
source
region