Skip to content

Commit

Permalink
Fix typo in Registry docs (elixir-lang#5405)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlathrop authored and josevalim committed Nov 3, 2016
1 parent 160db7c commit 9665521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/registry.ex
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defmodule Registry do
{:ok, _} = Registry.start_link(:duplicate, Registry.DispatcherTest)
By calling `register/3`, different processes can register under a given key
and associate any value udner that key. In this case, let's register the
and associate any value under that key. In this case, let's register the
current process under the key `"hello"` and attach the `{IO, :inspect}` tuple
to it:
Expand Down

0 comments on commit 9665521

Please sign in to comment.