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 757dc52 commit 6ce8461Copy full SHA for 6ce8461
lib/phoenix/sync/shape.ex
@@ -150,7 +150,7 @@ defmodule Phoenix.Sync.Shape do
150
@doc """
151
See `start_link/1`.
152
"""
153
- @spec start_link(String.t() | PredefinedShape.queryable(), stream_options()) ::
+ @spec start_link(String.t() | Phoenix.Sync.queryable(), stream_options()) ::
154
GenServer.on_start()
155
def start_link(queryable, opts) do
156
start_link([queryable | opts])
0 commit comments