Skip to content

Commit 6ce8461

Browse files
committed
fix type
1 parent 757dc52 commit 6ce8461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/sync/shape.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ defmodule Phoenix.Sync.Shape do
150150
@doc """
151151
See `start_link/1`.
152152
"""
153-
@spec start_link(String.t() | PredefinedShape.queryable(), stream_options()) ::
153+
@spec start_link(String.t() | Phoenix.Sync.queryable(), stream_options()) ::
154154
GenServer.on_start()
155155
def start_link(queryable, opts) do
156156
start_link([queryable | opts])

0 commit comments

Comments
 (0)