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 00db100 commit 48a0211Copy full SHA for 48a0211
lib/elixir/lib/kernel.ex
@@ -634,7 +634,7 @@ defmodule Kernel do
634
Sends a message to the given `dest` and returns the message.
635
636
`dest` may be a remote or local pid, a (local) port, a locally
637
- registered name, or a tuple `{registed_name, node}` for a registered
+ registered name, or a tuple `{registered_name, node}` for a registered
638
name at another node.
639
640
Inlined by the compiler.
0 commit comments