Skip to content

Commit

Permalink
missing word in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Mar 29, 2013
1 parent 6a5e2de commit 182d8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/PostgreSQL/Simple/FromRow.hs
Expand Up @@ -44,7 +44,7 @@ import Control.Monad.Trans.Class
-- | A collection type that can be converted from a sequence of fields.
-- Instances are provided for tuples up to 10 elements and lists of any length.
--
-- Note that instances can defined outside of postgresql-simple, which is
-- Note that instances can be defined outside of postgresql-simple, which is
-- often useful. For example, here's an instance for a user-defined pair:
--
-- @data User = User { name :: String, fileQuota :: Int }
Expand Down

0 comments on commit 182d8a5

Please sign in to comment.