Skip to content

Commit

Permalink
Fix typo in query.ex (#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasoob committed May 9, 2024
1 parent 19df45f commit 8715f0f
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 @@ -353,7 +353,7 @@ defmodule Ecto.Query do
or `join` is used. The query prefix is used only if none of the above
are declared.
Let's see some examples. To see the query prefix globally, the simplest
Let's see some examples. To set the query prefix globally, the simplest
mechanism is to pass an option to the repository operation:
results = Repo.all(query, prefix: "accounts")
Expand Down

0 comments on commit 8715f0f

Please sign in to comment.