Skip to content

Commit

Permalink
Add missing word
Browse files Browse the repository at this point in the history
Thanks to @leocassarani from #1307
  • Loading branch information
process-bot committed Apr 28, 2016
1 parent d9f5156 commit 3f9cbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reporting/Error/Syntax.hs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ unboundTypeVars declKind typeName givenVars unboundVars =
, Help.reflowParagraph $
"Here's why. Imagine one `" ++ typeName ++ "` where `" ++ head unboundVars ++
"` is an Int and another where it is a Bool. When we explicitly list the type\
\ variables, type checker can see that they are actually different types."
\ variables, the type checker can see that they are actually different types."
]
)

Expand Down

0 comments on commit 3f9cbab

Please sign in to comment.