Fix typo in Haddocks of assertEq

This commit is contained in:
Maximilian Tagher 2017-11-15 11:32:59 -08:00 committed by GitHub
parent 2c59cb7dcd
commit 8208e3deac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,7 +339,7 @@ htmlQuery = htmlQuery' yedResponse []
-- | Asserts that the two given values are equal.
--
-- In case they are not equal, error mesasge includes the two values.
-- In case they are not equal, error message includes the two values.
--
-- @since 1.5.2
assertEq :: (HasCallStack, Eq a, Show a) => String -> a -> a -> YesodExample site ()