We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd19a0e commit 26ff4e0Copy full SHA for 26ff4e0
lib/phoenix/sync/writer.ex
@@ -96,7 +96,7 @@ defmodule Phoenix.Sync.Writer do
96
for implementation strategies and examples.
97
98
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
+ a `format` adapter or `parser` function to parse the expected payload format from a client side library
100
into the struct that `#{inspect(__MODULE__)}` expects.
101
102
The currently supported format adapters are:
0 commit comments