Skip to content

Commit

Permalink
Fix typo in Ecto.Migration documentation (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erol authored and michalmuskala committed Jan 14, 2017
1 parent b3a36e5 commit 8e5f5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto/migration.ex
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ defmodule Ecto.Migration do
## Options
* `:check` - A check constraint expresion. Required when creating a check constraint.
* `:check` - A check constraint expression. Required when creating a check constraint.
* `:exclude` - An exclusion constraint expression. Required when creating an exclusion constraint.
"""
Expand Down

0 comments on commit 8e5f5d6

Please sign in to comment.