Skip to content

Commit 48a0211

Browse files
Fix typo
1 parent 00db100 commit 48a0211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ defmodule Kernel do
634634
Sends a message to the given `dest` and returns the message.
635635
636636
`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
637+
registered name, or a tuple `{registered_name, node}` for a registered
638638
name at another node.
639639
640640
Inlined by the compiler.

0 commit comments

Comments
 (0)