Skip to content

Commit

Permalink
Search.pod: clarify zero-based counting in entry()
Browse files Browse the repository at this point in the history
  • Loading branch information
marschap committed Jan 20, 2013
1 parent 6d4fa22 commit 808502c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Net/LDAP/Search.pod
Expand Up @@ -41,8 +41,8 @@ This method will block until the whole search request has finished.

=item entry ( INDEX )

Return the N'th entry, which will be a L<Net::LDAP::Entry> object. If
INDEX is greater than the total number of entries returned then
Return the N'th entry (zero-based), which will be a L<Net::LDAP::Entry> object.
If INDEX is greater or equal than the total number of entries returned then
C<undef> will be returned.

This method will block until the search request has returned enough
Expand Down

0 comments on commit 808502c

Please sign in to comment.