Skip to content

Commit e3e5b9b

Browse files
author
José Valim
committed
Merge pull request #2305 from benjamintanweihao/patch-1
Fix typo
2 parents 5f4180a + 48a0211 commit e3e5b9b

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)