Skip to content

Commit a871037

Browse files
committed
rb - fix syntax issue
1 parent ce3c51b commit a871037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rb/lib/selenium/webdriver/common/w3c_error.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class InvalidSelectorError < WebDriverError; end
7070

7171
#
7272
# Occurs if the given session id is not in the list of active sessions,
73-
# meaning the session either does not exist or that it''s not active.
73+
# meaning the session either does not exist or that it's not active.
7474
#
7575

7676
class InvalidSessionIdError < WebDriverError; end
@@ -82,7 +82,7 @@ class InvalidSessionIdError < WebDriverError; end
8282
class JavascriptError < WebDriverError; end
8383

8484
#
85-
# The target for mouse interaction is not in the browser''s viewport and
85+
# The target for mouse interaction is not in the browser's viewport and
8686
# cannot be brought into that viewport.
8787
#
8888

@@ -141,7 +141,7 @@ class StaleElementReferenceError < WebDriverError; end
141141
class TimeoutError < WebDriverError; end
142142

143143
#
144-
# A request to set a cookie''s value could not be satisfied.
144+
# A request to set a cookie's value could not be satisfied.
145145
#
146146

147147
class UnableToSetCookieError < WebDriverError; end

0 commit comments

Comments
 (0)