Skip to content

Commit

Permalink
Merge pull request haskellari#26 from alexfmpe/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
phadej authored Oct 14, 2019
2 parents 46b19b3 + b79647b commit fb8f89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/PostgreSQL/Simple/SqlQQ.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import Data.String
-- > (beginTime,endTime,string)
--
-- This quasiquoter returns a literal string expression of type 'Query',
-- and attempts to mimimize whitespace; otherwise the above query would
-- and attempts to minimize whitespace; otherwise the above query would
-- consist of approximately half whitespace when sent to the database
-- backend. It also recognizes and strips out standard sql comments "--".
--
Expand Down

0 comments on commit fb8f89f

Please sign in to comment.