Skip to content

Commit ce7448b

Browse files
authored
[rb] Update note for return value of Hash (#14845)
Update note for return value of Hash
1 parent 901dc6c commit ce7448b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rb/lib/selenium/webdriver/common/manager.rb

+1-1
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)