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 197df25 commit 0d1502eCopy full SHA for 0d1502e
1 file changed
lib/ecto/association.ex
@@ -748,7 +748,7 @@ defmodule Ecto.Association.Has do
748
* `defaults` - Default fields used when building the association
749
* `relationship` - The relationship to the specified schema, default is `:child`
750
* `preload_order` - Default `order_by` of the association, used only by preload
751
- * `change_order` - The change order for associations when parent is maniuplated (`has_many` only).
+ * `change_order` - The change order for associations when parent is manipulated (`has_many` only).
752
"""
753
754
@behaviour Ecto.Association
0 commit comments