Skip to content

Commit

Permalink
Fix link to the function in docs (#4303)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuelen authored Oct 22, 2023
1 parent 3f1b1a6 commit 5e03a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto/query.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2761,7 +2761,7 @@ defmodule Ecto.Query do
join(query, :left, [p], a in assoc(p, ^binding), as: ^binding)
end)
For more information on named bindings see "Named bindings" in this module doc or `has_named_binding/2`.
For more information on named bindings see "Named bindings" in this module doc or `has_named_binding?/2`.
"""
def with_named_binding(%Ecto.Query{} = query, key, fun) do
if has_named_binding?(query, key) do
Expand Down

0 comments on commit 5e03a46

Please sign in to comment.