Skip to content

Commit 2614494

Browse files
authored
fix typo in Haddock docs for some (#393)
1 parent 1676e26 commit 2614494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rel8/Query/List.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ manyExpr :: Sql DBType a => Query (Expr a) -> Query (Expr [a])
6666
manyExpr = aggregate listAggExpr
6767

6868

69-
-- | A version of 'many' specialised to single expressions.
69+
-- | A version of 'some' specialised to single expressions.
7070
someExpr :: Sql DBType a => Query (Expr a) -> Query (Expr (NonEmpty a))
7171
someExpr = aggregate1 nonEmptyAggExpr
7272

0 commit comments

Comments
 (0)