diff --git a/library/Hasql/Decoders.hs b/library/Hasql/Decoders.hs index c083188..c58bd0a 100644 --- a/library/Hasql/Decoders.hs +++ b/library/Hasql/Decoders.hs @@ -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