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 31e2d80 commit 2fb786dCopy full SHA for 2fb786d
src/pg_local.erl
@@ -162,7 +162,7 @@ member_died(Ref, Pid) ->
162
[{{ref, Ref}, Pid}] ->
163
leave_all_groups(Pid);
164
%% in case the key has already been removed
165
- %% we can perform the lookup using the valuee from the DOWN message
+ %% we can clean up using the value from the DOWN message
166
_ ->
167
leave_all_groups(Pid)
168
end,
0 commit comments