Doc typo.
This commit is contained in:
parent
5de7461b3b
commit
8759774ede
@ -263,9 +263,9 @@ class (Functor query, Applicative query, Monad query) =>
|
|||||||
--
|
--
|
||||||
-- @
|
-- @
|
||||||
-- select $
|
-- select $
|
||||||
-- from $ \person -> do
|
-- from $ \\person -> do
|
||||||
-- where_ $ exists $
|
-- where_ $ exists $
|
||||||
-- from $ \post -> do
|
-- from $ \\post -> do
|
||||||
-- where_ (post ^. BlogPostAuthorId ==. person ^. PersonId)
|
-- where_ (post ^. BlogPostAuthorId ==. person ^. PersonId)
|
||||||
-- return person
|
-- return person
|
||||||
-- @
|
-- @
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user