Skip to content

Commit 8d56c46

Browse files
thruflomagnetised
andauthored
Update lib/phoenix/sync/writer.ex
Co-authored-by: Garry Hill <[email protected]>
1 parent 4bce57a commit 8d56c46

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
@@ -988,7 +988,7 @@ defmodule Phoenix.Sync.Writer do
988988

989989
invalid ->
990990
raise ArgumentError,
991-
message: "Invalid check function. Expected a 1-arity function but #{inspect(invalid)}"
991+
message: "Invalid check function. Expected a 1-arity function but got #{inspect(invalid)}"
992992
end
993993
end
994994

0 commit comments

Comments
 (0)