Skip to content

Commit f1cf53e

Browse files
Ljznjosevalim
authored andcommitted
Fix typo (#5475)
1 parent c69fa11 commit f1cf53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/registry.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ defmodule Registry do
6868
6969
Registry.dispatch(Registry.DispatcherTest, "hello", fn entries ->
7070
for {pid, {module, function}} <- entries, do: apply(module, function, [pid])
71-
end
71+
end)
7272
# Prints #PID<...> where the pid is for the process that called register/3 above
7373
#=> :ok
7474

0 commit comments

Comments
 (0)