Skip to content

Commit

Permalink
Fix typo (#3179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog authored and josevalim committed Dec 8, 2019
1 parent 02ff388 commit 3ea2020
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 3ea2020

Please sign in to comment.