Skip to content

Commit 0e32538

Browse files
docs: link parent_as/1 to definition (#4644)
1 parent a37cafd commit 0e32538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/query/api.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ defmodule Ecto.Query.API do
164164
)
165165
)
166166
167-
This is best used in conjunction with `parent_as` to correlate the subquery
167+
This is best used in conjunction with `parent_as/1` to correlate the subquery
168168
with the parent query to test some condition on related rows in a different table.
169169
In the above example the query returns posts which have at least one comment that
170170
has more than 5 replies.

0 commit comments

Comments
 (0)