Skip to content

Commit acbe97a

Browse files
Fix docstrings
1 parent b6af2b1 commit acbe97a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/io/appium/java_client/android/HasAndroidSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ default HasAndroidSettings normalizeTagNames(boolean enabled) {
116116
}
117117

118118
/**
119-
* Whether to return compact (standards-compliant) & faster responses in find element/s
120-
* (the default setting). If set to false then the response will also contains other
119+
* Whether to return compact (standards-compliant) and faster responses in find element/s
120+
* (the default setting). If set to false then the response may also contain other
121121
* available element attributes.
122122
*
123123
* @param enabled Either true or false. The default value if true.

src/main/java/io/appium/java_client/ios/HasIOSSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ default HasIOSSettings nativeWebTap(Boolean enabled) {
3434

3535
/**
3636
* Whether to return compact (standards-compliant) and faster responses from find element/s
37-
* (the default setting). If set to false then the response will also contains other
37+
* (the default setting). If set to false then the response may also contain other
3838
* available element attributes.
3939
*
4040
* @param enabled Either true or false. The default value if true.

0 commit comments

Comments
 (0)