Skip to content

Commit c936e6d

Browse files
authored
Fix grammar/typo in docs for add_if_not_exists/3 (#479)
1 parent 0b34aca commit c936e6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ecto/migration.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ defmodule Ecto.Migration do
10441044
end
10451045

10461046
@doc """
1047-
Adds a column if it not exists yet when altering a table.
1047+
Adds a column if it does not exist yet when altering a table.
10481048
10491049
If the `type` value is a `%Reference{}`, it is used to add a constraint.
10501050

0 commit comments

Comments
 (0)