diff --git a/src/Database/Esqueleto.hs b/src/Database/Esqueleto.hs index 0a110c8..5c441c1 100644 --- a/src/Database/Esqueleto.hs +++ b/src/Database/Esqueleto.hs @@ -269,7 +269,7 @@ import qualified Database.Persist.Store -- order because that helps composability (see the documentation -- of 'on' for more details). -- --- We also currently supports @UPDATE@ and @DELETE@ statements. +-- We also currently support @UPDATE@ and @DELETE@ statements. -- For example: -- -- @