Skip to content

Commit 0150218

Browse files
committed
remove awkward double because
1 parent 0c2d208 commit 0150218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/sync/writer.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ defmodule Phoenix.Sync.Writer do
393393
delete). See `allow/3` for more information on the configuration options
394394
for each table.
395395
396-
Because the result of `apply/2` is an `Ecto.Multi` instance you can also just
396+
The result of `apply/2` is an `Ecto.Multi` instance so you can also just
397397
append operations using the normal `Ecto.Multi` functions:
398398
399399
{:ok, txid, _changes} =

0 commit comments

Comments
 (0)