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 7b0747c commit 50bb712Copy full SHA for 50bb712
lib/iex/lib/iex/server.ex
@@ -77,7 +77,7 @@ defmodule IEx.Server do
77
we spawn a new server for it without waiting for its
78
conclusion.
79
"""
80
- @spec start(list, mfa) :: :ok
+ @spec start(list, {module, atom, [any]}) :: :ok
81
def start(opts, {m, f, a}) do
82
{pid, ref} = spawn_monitor(m, f, a)
83
start_loop(opts, pid, ref)
0 commit comments