Skip to content

Commit

Permalink
Correct typo "thereis" to "there is"
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenheidel committed Jul 5, 2015
1 parent 5184a9b commit a67b4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Reporting/Error/Syntax.hs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ toReport dealiaser err =
Report.simple
"MISSING DEFINITION"
("There is a type annotation for `" ++ valueName ++ "` but there"
++ "is no corresponding definition!"
++ " is no corresponding definition!"
)
("Directly below the type annotation, put a definition like:\n\n"
++ " " ++ valueName ++ " = 42"
Expand Down Expand Up @@ -228,4 +228,4 @@ data ParseHint = ParseHint

emptyHint :: ParseHint
emptyHint =
ParseHint [] Set.empty
ParseHint [] Set.empty

0 comments on commit a67b4dc

Please sign in to comment.