From 029aff837cb54dbf2a764bf81685da6f622757d8 Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Thu, 6 Sep 2012 01:48:25 -0300 Subject: [PATCH] Typo. --- src/Database/Esqueleto/Internal/Sql.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Esqueleto/Internal/Sql.hs b/src/Database/Esqueleto/Internal/Sql.hs index 5aa4992..f48864d 100644 --- a/src/Database/Esqueleto/Internal/Sql.hs +++ b/src/Database/Esqueleto/Internal/Sql.hs @@ -417,7 +417,7 @@ rawExecute mode query = do -- -- @ -- delete $ --- from $ \appointment -> +-- from $ \\appointment -> -- where_ (appointment ^. AppointmentDate <. val now) -- @ delete :: ( MonadLogger m