Skip to content

Commit

Permalink
Documentation Fix: example code for In didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsmith committed Aug 30, 2012
1 parent fa6803a commit e0c79e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Database/MySQL/Simple/Types.hs
Expand Up @@ -96,7 +96,7 @@ newtype Only a = Only {
--
-- Example:
--
-- > query c "select * from whatever where id in ?" (In [3,4,5])
-- > query c "select * from whatever where id in ?" (Only (In [3,4,5]))
newtype In a = In a
deriving (Eq, Ord, Read, Show, Typeable, Functor)

Expand Down

0 comments on commit e0c79e6

Please sign in to comment.