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 c69fa11 commit f1cf53eCopy full SHA for f1cf53e
lib/elixir/lib/registry.ex
@@ -68,7 +68,7 @@ defmodule Registry do
68
69
Registry.dispatch(Registry.DispatcherTest, "hello", fn entries ->
70
for {pid, {module, function}} <- entries, do: apply(module, function, [pid])
71
- end
+ end)
72
# Prints #PID<...> where the pid is for the process that called register/3 above
73
#=> :ok
74
0 commit comments