Fix a typo in the docs

This commit is contained in:
Nikita Volkov 2018-05-23 18:33:01 +08:00
parent 726097efd5
commit 1516b51593

View File

@ -102,7 +102,7 @@ rowsAffected =
-- |
-- Exactly one row.
-- Will raise the 'Hasql.Query.UnexpectedAmountOfRows' error if it's any other.
-- Will raise the 'Hasql.Errors.UnexpectedAmountOfRows' error if it's any other.
--
{-# INLINABLE singleRow #-}
singleRow :: Row a -> Result a