From e2d73b49d9505bd0a3ddf85ec28352ba228fc288 Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Thu, 6 Sep 2012 10:54:33 -0300 Subject: [PATCH] Typo. As always, found just after a Hackage release. --- src/Database/Esqueleto.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- -- @