Skip to content

Commit 0176ce6

Browse files
authored
Fix dialyzer Shard module warning (#201)
1 parent fff23f8 commit 0176ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/tracker/shard.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ defmodule Phoenix.Tracker.Shard do
406406

407407
defp clock(state), do: State.clocks(state.presences)
408408

409-
@spec clockset_to_sync(t) :: [State.replica_name]
409+
@spec clockset_to_sync(t) :: [State.name]
410410
defp clockset_to_sync(state) do
411411
my_ref = Replica.ref(state.replica)
412412

0 commit comments

Comments
 (0)