diff --git a/lib/elixir/lib/registry.ex b/lib/elixir/lib/registry.ex index cd0724c5f15..b99ccf3705e 100644 --- a/lib/elixir/lib/registry.ex +++ b/lib/elixir/lib/registry.ex @@ -68,7 +68,7 @@ defmodule Registry do Registry.dispatch(Registry.DispatcherTest, "hello", fn entries -> for {pid, {module, function}} <- entries, do: apply(module, function, [pid]) - end + end) # Prints #PID<...> where the pid is for the process that called register/3 above #=> :ok