Skip to content

Commit e4b6cb4

Browse files
committed
Fix typo
1 parent ce68119 commit e4b6cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/rest-high-level/src/main/java/org/elasticsearch/client/RequestConverters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ Params withWaitForActiveShards(ActiveShardCount activeShardCount) {
910910
}
911911

912912
/**
913-
* @deprecated <code>copy_settings</code> can not be set to false. If unset, behaves as <code>false</code> and wont copy settings.
913+
* @deprecated <code>copy_settings</code> can not be set to false. If unset, behaves as <code>false</code> and won't copy settings.
914914
*/
915915
@Deprecated
916916
Params withCopySettings(Boolean setCopySettings) {

0 commit comments

Comments
 (0)