Skip to content

Commit 9bcc4be

Browse files
committed
Fix typo in typespec of Node.disconnect
1 parent f66206b commit 9bcc4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/node.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ defmodule Node do
7474
7575
See http://www.erlang.org/doc/man/erlang.html#disconnect_node-1 for more info.
7676
"""
77-
@spec disconnect(t) :: boolean | :ginored
77+
@spec disconnect(t) :: boolean | :ignored
7878
def disconnect(node) do
7979
:erlang.disconnect_node(node)
8080
end

0 commit comments

Comments
 (0)