Skip to content

Commit 39c0fdd

Browse files
authored
Use correct in_ quoting in haddock code block
Follow-up on prowdsponsor/esqueleto#154
1 parent bfc8502 commit 39c0fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Esqueleto/Internal/Language.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ class (Functor query, Applicative query, Monad query) =>
471471
-- @
472472
-- select $
473473
-- 'from' $ \\person -> do
474-
-- 'where_' $ person '^.' PersonId ``in_'` 'valList' personIds
474+
-- 'where_' $ person '^.' PersonId `'in_`` 'valList' personIds
475475
-- return person
476476
-- @
477477
--

0 commit comments

Comments
 (0)