Skip to content

Commit

Permalink
Merge pull request #980 from stevenheidel/patch-1
Browse files Browse the repository at this point in the history
Correct typo "thereis" to "there is"
  • Loading branch information
process-bot committed Jul 10, 2015
2 parents 19f39f8 + a67b4dc commit 2726803
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 2726803

Please sign in to comment.