Fix comment about JOIN fixity.

This commit is contained in:
Felipe Lessa 2015-05-12 12:34:58 -03:00
parent e4ccc4ecdc
commit 5763a9d963

View File

@ -622,7 +622,7 @@ data Insertion a
-- * A @JOIN@ of any other two types allowed by the innermost
-- magic, where a @JOIN@ may be an 'InnerJoin', a 'CrossJoin', a
-- 'LeftOuterJoin', a 'RightOuterJoin', or a 'FullOuterJoin'.
-- The @JOINs@ have right fixity, the same as in SQL.
-- The @JOINs@ have left fixity.
--
-- The outermost magic allows you to use @from@ on any tuples of
-- types supported by innermost magic (and also tuples of tuples,