Skip to content

Commit

Permalink
[rb] Update note for return value of Hash (SeleniumHQ#14845)
Browse files Browse the repository at this point in the history
Update note for return value of Hash
  • Loading branch information
luke-hill authored Dec 3, 2024
1 parent 901dc6c commit ce7448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/common/manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def add_cookie(opts = {})
# Get the cookie with the given name
#
# @param [String] name the name of the cookie
# @return [Hash, nil] the cookie, or throws a NoSuchCookieError if it wasn't found.
# @return [Hash] the cookie, or throws a NoSuchCookieError if it wasn't found.
#

def cookie_named(name)
Expand Down

0 comments on commit ce7448b

Please sign in to comment.