Skip to content

Commit 79b08bf

Browse files
committed
Fix links in haddock
1 parent 07f8843 commit 79b08bf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/Database/PostgreSQL/Simple/Types.hs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,9 @@ infixr 3 :.
217217
newtype Savepoint = Savepoint Query
218218
deriving (Eq, Ord, Show, Read, Typeable)
219219

220-
-- | Represents a @VALUES@ table literal, usable as an alternative
221-
-- to 'executeMany' and 'returning'. The main advantage is that
220+
-- | Represents a @VALUES@ table literal, usable as an alternative to
221+
-- 'Database.PostgreSQL.Simple.executeMany' and
222+
-- 'Database.PostgreSQL.Simple.returning'. The main advantage is that
222223
-- you can parametrize more than just a single @VALUES@ expression.
223224
-- For example, here's a query to insert a thing into one table
224225
-- and some attributes of that thing into another, returning the

0 commit comments

Comments
 (0)