Skip to content

Commit 28b75ae

Browse files
authored
Fix typo in migration docs (#357)
1 parent 817eb95 commit 28b75ae

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
@@ -599,7 +599,7 @@ defmodule Ecto.Migration do
599599
600600
drop_if_exists index("posts", [:name])
601601
drop_if_exists table("posts")
602-
drop_if_exists index("posts, [:name]), mode: :cascade
602+
drop_if_exists index("posts", [:name]), mode: :cascade
603603
drop_if_exists table("posts"), mode: :cascade
604604
605605
## Options

0 commit comments

Comments
 (0)