Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/remote/Augmenter.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private Predicate<Capabilities> check(String capabilityName) {
}

/**
* Enhance the interfaces implemented by this instance of WebDriver iff that instance is a {@link
* Enhance the interfaces implemented by this instance of WebDriver if that instance is a {@link
* org.openqa.selenium.remote.RemoteWebDriver}. The WebDriver that is returned may well be a
* dynamic proxy. You cannot rely on the concrete implementing class to remain constant.
*
Expand Down