Fix error message

This commit is contained in:
Danila Fedorin 2019-02-02 18:26:15 -05:00
parent 05ce812ff1
commit f3d37076ee
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ humanProblemString p = case p of
humanDeadEndString : DeadEnd -> String
humanDeadEndString { row, col, problem } =
"An parse error occured on line "
"A parse error occured on line "
++ String.fromInt row
++ ": " ++ humanProblemString problem