Browse Source

Clarify take_group_member/1 behavior in README

Seth Falcon 11 years ago
parent
commit
fd66fddf33
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.org

+ 2 - 2
README.org

@@ -197,8 +197,8 @@ reclaim the member.
 
 If you would like to obtain a member from a randomly selected pool in
 a group, call =pooler:take_group_member(Group)=. This will return a
-={Pool, Pid}= pair. You will need the =Pool= value to return the
-member to its pool.
+=Pid= which must be returned using =pooler:return_group_member/2= or
+=pooler:return_group_member/3=.
 
 *** pooler as an included application