Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.

Commit d0ede5a

Browse files
committed
Fixing typo in GroovyDocs
1 parent 7ebbf69 commit d0ede5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/org/elasticsearch/groovy/client/ClientExtensions.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ class ClientExtensions extends AbstractClientExtensions {
457457
* </pre>
458458
* For a scripted example, you might do something like:
459459
* <pre>
460-
* UpdateResponse response = client.updateAsync {
460+
* UpdateResponse response = client.update {
461461
* index "my-index"
462462
* type "my-type"
463463
* id "my-id"

0 commit comments

Comments
 (0)