Skip to content

Commit

Permalink
Fix bulk request typo. (#95247)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardhuanghua authored Apr 17, 2023
1 parent a3faa87 commit bf604c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

/**
* A bulk request holds an ordered {@link IndexRequest}s, {@link DeleteRequest}s and {@link UpdateRequest}s
* and allows to executes it in a single batch.
* and allows to execute it in a single batch.
*
* Note that we only support refresh on the bulk request not per item.
* @see org.elasticsearch.client.internal.Client#bulk(BulkRequest)
Expand Down

0 comments on commit bf604c9

Please sign in to comment.