Skip to content

Commit

Permalink
fixed skeleton doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
abecciu committed Aug 13, 2010
1 parent 045f115 commit aee6928
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/skeleton.erl
Expand Up @@ -80,8 +80,7 @@ elected(State, _Election, undefined) ->
%% Called only in the leader process when a new candidate joins the
%% cluster. The Synch term will be sent to Node.
%%
%% @spec elected(State, Election, Node) -> {ok, Synch, State} |
%% {reply, Synch, State}
%% @spec elected(State, Election, Node) -> {ok, Synch, State}
%% @end
%%--------------------------------------------------------------------
elected(State, _Election, _Node) ->
Expand Down

0 comments on commit aee6928

Please sign in to comment.