Skip to content

Commit 26ff4e0

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

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
@@ -96,7 +96,7 @@ defmodule Phoenix.Sync.Writer do
9696
for implementation strategies and examples.
9797
9898
Instead, `#{inspect(__MODULE__)}` provides an adapter pattern where you can register
99-
a `format` adapter to parse the expected payload format from a client side library
99+
a `format` adapter or `parser` function to parse the expected payload format from a client side library
100100
into the struct that `#{inspect(__MODULE__)}` expects.
101101
102102
The currently supported format adapters are:

0 commit comments

Comments
 (0)