Skip to content

Commit

Permalink
fix bad spec for pooler:rm_group/1
Browse files Browse the repository at this point in the history
  • Loading branch information
TanYewWei committed Jan 2, 2014
1 parent b41d589 commit 7a01999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pooler.erl
Expand Up @@ -130,7 +130,7 @@ rm_pool(PoolName) ->
%% The group is NOT terminated if any member pool did not
%% successfully terminate.
%%
-spec rm_group(atom()) -> ok | {error, {failed_delete_pools, [atom()]}}.
-spec rm_group(atom()) -> ok | {error, {failed_rm_pools, [atom()]}}.
rm_group(GroupName) ->
case pg2:get_local_members(GroupName) of
{error, {no_such_group, GroupName}} ->
Expand Down

0 comments on commit 7a01999

Please sign in to comment.