Skip to content

Commit

Permalink
rb - fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 16, 2016
1 parent ce3c51b commit a871037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rb/lib/selenium/webdriver/common/w3c_error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class InvalidSelectorError < WebDriverError; end

#
# Occurs if the given session id is not in the list of active sessions,
# meaning the session either does not exist or that it''s not active.
# meaning the session either does not exist or that it's not active.
#

class InvalidSessionIdError < WebDriverError; end
Expand All @@ -82,7 +82,7 @@ class InvalidSessionIdError < WebDriverError; end
class JavascriptError < WebDriverError; end

#
# The target for mouse interaction is not in the browser''s viewport and
# The target for mouse interaction is not in the browser's viewport and
# cannot be brought into that viewport.
#

Expand Down Expand Up @@ -141,7 +141,7 @@ class StaleElementReferenceError < WebDriverError; end
class TimeoutError < WebDriverError; end

#
# A request to set a cookie''s value could not be satisfied.
# A request to set a cookie's value could not be satisfied.
#

class UnableToSetCookieError < WebDriverError; end
Expand Down

0 comments on commit a871037

Please sign in to comment.