Skip to content

Commit

Permalink
Merge pull request #6 from elixir-ecto/master
Browse files Browse the repository at this point in the history
Fix typo (elixir-ecto#3179)
  • Loading branch information
sthagen committed Dec 8, 2019
2 parents ea46cc9 + 3ea2020 commit abe314d
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 @@ -1786,7 +1786,7 @@ defmodule Ecto.Query do
@doc """
Preloads the associations into the result set.
Imagine you have an schema `Post` with a `has_many :comments`
Imagine you have a schema `Post` with a `has_many :comments`
association and you execute the following query:
Repo.all from p in Post, preload: [:comments]
Expand Down

0 comments on commit abe314d

Please sign in to comment.