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 ed04368 commit 394471fCopy full SHA for 394471f
lib/phoenix/sync.ex
@@ -10,7 +10,7 @@ defmodule Phoenix.Sync do
10
@type shape_definition ::
11
String.t()
12
| Ecto.Queryable.t()
13
- | shape_definition()
+ | shape_specification()
14
@type param_override ::
15
{:namespace, String.t()}
16
| {:table, String.t()}
0 commit comments