Skip to content

Commit 2ec796d

Browse files
committed
Javadoc typo fix
1 parent 73e163b commit 2ec796d

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/AsyncOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* output.
3838
* <p>
3939
* This operator will also take care of merging response headers from the thread context into the main thread,
40-
* which <b>must</b> be the that closes this.
40+
* which <b>must</b> be the one that closes this.
4141
* </p>
4242
*
4343
* @see #performAsync(Page, ActionListener)

0 commit comments

Comments
 (0)