Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsmith committed Dec 11, 2014
1 parent 5673db0 commit e0dc1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/PostgreSQL/Simple/SqlQQ.hs
Expand Up @@ -17,7 +17,7 @@ import Data.Char
-- | 'sql' is a quasiquoter that eases the syntactic burden
-- of writing big sql statements in Haskell source code. For example:
--
-- > {-# LANGUAGE QuasiQuotes #-}
-- > {-# LANGUAGE OverloadedStrings, QuasiQuotes #-}
-- >
-- > query conn [sql| SELECT column_a, column_b
-- > FROM table1 NATURAL JOIN table2
Expand Down

0 comments on commit e0dc1e4

Please sign in to comment.