Skip to content

Commit e498963

Browse files
committed
Clarify what instructions are, closes #588
1 parent 33b8f34 commit e498963

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/ecto/migration.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ defmodule Ecto.Migration do
163163
164164
## Executing and flushing
165165
166-
Instructions inside of migrations are not executed immediately. Instead
167-
they are performed after the relevant `up`, `change`, or `down` callback
168-
terminates.
166+
Most functions in this module, when executed inside of migrations,
167+
are not executed immediately. Instead they are performed after the
168+
relevant `up`, `change`, or `down` callback terminates.
169169
170170
However, in some situations you may want to guarantee that all of the
171171
previous steps have been executed before continuing. This is useful when

0 commit comments

Comments
 (0)