Skip to content

Commit cc18294

Browse files
author
Leo B
committed
Fix typo
1 parent 43dfefb commit cc18294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ecto/schema.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ defmodule Ecto.Schema do
11021102
* `:type` - Sets the type of automatically defined `:foreign_key`.
11031103
Defaults to: `:integer` and can be set per schema via `@foreign_key_type`.
11041104
A list of types can be used for composite foreign keys. If `:type` is a
1105-
single atom and the foreign key is copmosite, the same type is assumed for
1105+
single atom and the foreign key is composite, the same type is assumed for
11061106
all key columns
11071107
11081108
* `:on_replace` - The action taken on associations when the record is

0 commit comments

Comments
 (0)