Fix typo in Haddocks of assertEq
This commit is contained in:
parent
2c59cb7dcd
commit
8208e3deac
@ -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 ()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user