Skip to content

Commit 50bb712

Browse files
committed
Fix iex dialyzer warnings
1 parent 7b0747c commit 50bb712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/lib/iex/server.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ defmodule IEx.Server do
7777
we spawn a new server for it without waiting for its
7878
conclusion.
7979
"""
80-
@spec start(list, mfa) :: :ok
80+
@spec start(list, {module, atom, [any]}) :: :ok
8181
def start(opts, {m, f, a}) do
8282
{pid, ref} = spawn_monitor(m, f, a)
8383
start_loop(opts, pid, ref)

0 commit comments

Comments
 (0)