Skip to content

Commit 394471f

Browse files
committed
type fix
1 parent ed04368 commit 394471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/sync.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule Phoenix.Sync do
1010
@type shape_definition ::
1111
String.t()
1212
| Ecto.Queryable.t()
13-
| shape_definition()
13+
| shape_specification()
1414
@type param_override ::
1515
{:namespace, String.t()}
1616
| {:table, String.t()}

0 commit comments

Comments
 (0)