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 f66206b commit 9bcc4beCopy full SHA for 9bcc4be
lib/elixir/lib/node.ex
@@ -74,7 +74,7 @@ defmodule Node do
74
75
See http://www.erlang.org/doc/man/erlang.html#disconnect_node-1 for more info.
76
"""
77
- @spec disconnect(t) :: boolean | :ginored
+ @spec disconnect(t) :: boolean | :ignored
78
def disconnect(node) do
79
:erlang.disconnect_node(node)
80
end
0 commit comments