From 326b2d45bf2e80eba790b54cf540f925646ce494 Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Thu, 6 Sep 2012 10:43:34 -0300 Subject: [PATCH] Silly typo. --- src/Database/Esqueleto.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Database/Esqueleto.hs b/src/Database/Esqueleto.hs index 36a0d03..0a110c8 100644 --- a/src/Database/Esqueleto.hs +++ b/src/Database/Esqueleto.hs @@ -266,8 +266,8 @@ import qualified Database.Persist.Store -- -- /Note carefully that the order of the ON clauses is/ -- /reversed!/ You're required to write your 'on's in reverse --- order because that helps composability (see the documention of --- 'on' for more details). +-- order because that helps composability (see the documentation +-- of 'on' for more details). -- -- We also currently supports @UPDATE@ and @DELETE@ statements. -- For example: