mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 18:22:05 +03:00
Fix a typo in the docs
This commit is contained in:
parent
726097efd5
commit
1516b51593
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user