summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-02-25 13:05:21 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-02-25 13:05:21 +0000
commitf4c23c93527e9bd37243ee883b552b478427c7c2 (patch)
treea77811deab1c6215226196c1399af96f04e0be75
parent6c854337b76061d06fb1dd5e9db4976fc5b9e6f4 (diff)
downloadrabbitmq-server-bug23727.tar.gz
Additional wordbug23727
-rw-r--r--src/gm.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gm.erl b/src/gm.erl
index b21217f6..70633a08 100644
--- a/src/gm.erl
+++ b/src/gm.erl
@@ -55,10 +55,10 @@
%% start_link/3
%% Provide the group name, the callback module name, and any arguments
%% you wish to be passed into the callback module's functions. The
-%% joined/2 will be called when we have joined the group, with the
-%% arguments passed to start_link and a list of the current members of
-%% the group. See the comments in behaviour_info/1 below for further
-%% details of the callback functions.
+%% joined/2 function will be called when we have joined the group,
+%% with the arguments passed to start_link and a list of the current
+%% members of the group. See the comments in behaviour_info/1 below
+%% for further details of the callback functions.
%%
%% leave/1
%% Provide the Pid. Removes the Pid from the group. The callback