We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f435f commit 420a84dCopy full SHA for 420a84d
lib/ecto/query/api.ex
@@ -875,7 +875,7 @@ defmodule Ecto.Query.API do
875
@doc """
876
Refer to a named atom binding.
877
878
- See the "Named bindings" section in `Ecto.Query` for more information.
+ See [Named Bindings](Ecto.Query.html#module-named-bindings) for more information.
879
"""
880
def as(binding), do: doc!([binding])
881
@@ -884,7 +884,7 @@ defmodule Ecto.Query.API do
884
885
This is available only inside subqueries.
886
887
888
889
def parent_as(binding), do: doc!([binding])
890
0 commit comments