Skip to content

Commit 4fe02c4

Browse files
Update lib/ecto/migration.ex
1 parent 1eb3957 commit 4fe02c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/migration.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ defmodule Ecto.Migration do
278278
279279
Collations can be set on a column with the option `:collation`. This can be
280280
useful when relying on ASCII sorting of characters when using a fractional index
281-
for example. All supported collations and types that suuport setting a collocation
281+
for example. All supported collations and types that support setting a collocation
282282
are not known by `ecto_sql` and specifying an incorrect collation or a collation on
283283
an unsupported type might cause a migration to fail. Be sure to match the collation
284284
on any column that references another column.

0 commit comments

Comments
 (0)