Skip to content

Commit 0d1502e

Browse files
typo
1 parent 197df25 commit 0d1502e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ecto/association.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ defmodule Ecto.Association.Has do
748748
* `defaults` - Default fields used when building the association
749749
* `relationship` - The relationship to the specified schema, default is `:child`
750750
* `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).
751+
* `change_order` - The change order for associations when parent is manipulated (`has_many` only).
752752
"""
753753

754754
@behaviour Ecto.Association

0 commit comments

Comments
 (0)