INSERT INTO SELECT typo

This commit is contained in:
Josh Berman 2014-11-17 17:19:45 +02:00
parent 40c4528540
commit 8579010409

View File

@ -347,7 +347,7 @@ import qualified Database.Persist
-- In @esqueleto@, we may write the same query above as:
--
-- @
-- insertSelect $ from $ \p->
-- insertSelect $ from $ \\p->
-- return $ BlogPost \<# \"Group Blog Post\" \<&\> (p ^. PersonId)
-- @
--