Skip to content

Commit afa1f6a

Browse files
author
Dave Sims
committed
Tweak to search documentation
1 parent 3b7974f commit afa1f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/github/ldap/forest_search.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def initialize(connection, naming_context)
2222

2323
# Search over all domain controllers in the ActiveDirectory forest.
2424
#
25-
# options: options hash passed in from GitHub::Ldap#search
26-
# &block: optional block passed in from GitHub::Ldap#search
25+
# options: is a hash with the same options that Net::LDAP::Connection#search supports.
26+
# block: is an optional block to pass to the search.
2727
#
2828
# If no domain controllers are found in the forest, fall back on searching
2929
# the main GitHub::Ldap object in @connection.

0 commit comments

Comments
 (0)