Skip to content

Commit

Permalink
Fix a typo in the docs of Database.PostgreSQL.Simple
Browse files Browse the repository at this point in the history
  • Loading branch information
erratic-pattern committed May 9, 2012
1 parent c34d396 commit e2a7d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/PostgreSQL/Simple.hs
Expand Up @@ -662,7 +662,7 @@ fmtError msg q xs = throw FormatError {
-- Automated type inference means that you will often be able to avoid
-- supplying explicit type signatures for the elements of a tuple.
-- However, sometimes the compiler will not be able to infer your
-- types. Consider a care where you write a numeric literal in a
-- types. Consider a case where you write a numeric literal in a
-- parameter tuple:
--
-- > query conn "select ? + ?" (40,2)
Expand Down

0 comments on commit e2a7d3e

Please sign in to comment.