Silly typo.

This commit is contained in:
Felipe Lessa 2012-09-06 10:43:34 -03:00
parent 0d37e898e1
commit 326b2d45bf

View File

@ -266,8 +266,8 @@ import qualified Database.Persist.Store
-- --
-- /Note carefully that the order of the ON clauses is/ -- /Note carefully that the order of the ON clauses is/
-- /reversed!/ You're required to write your 'on's in reverse -- /reversed!/ You're required to write your 'on's in reverse
-- order because that helps composability (see the documention of -- order because that helps composability (see the documentation
-- 'on' for more details). -- of 'on' for more details).
-- --
-- We also currently supports @UPDATE@ and @DELETE@ statements. -- We also currently supports @UPDATE@ and @DELETE@ statements.
-- For example: -- For example: