Skip to content

Commit c3d5fed

Browse files
luke-hillsandeepsuryaprasad
authored andcommitted
[rb] Update note for return value of Hash (SeleniumHQ#14845)
Update note for return value of Hash
1 parent 8fe051d commit c3d5fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/lib/selenium/webdriver/common/manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def add_cookie(opts = {})
6565
# Get the cookie with the given name
6666
#
6767
# @param [String] name the name of the cookie
68-
# @return [Hash, nil] the cookie, or throws a NoSuchCookieError if it wasn't found.
68+
# @return [Hash] the cookie, or throws a NoSuchCookieError if it wasn't found.
6969
#
7070

7171
def cookie_named(name)

0 commit comments

Comments
 (0)