Skip to content

Commit 42d9bbf

Browse files
committed
Fix typo in terminate after API docs
This commit fixes a minor typo in the terminate after Java API docs. Relates #29065
1 parent b5085ab commit 42d9bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java-api/search.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ documentation for details.
128128

129129
The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.
130130
If set, you will be able to check if the operation terminated early by asking for `isTerminatedEarly()` in the
131-
`SearchResponse` onject:
131+
`SearchResponse` object:
132132

133133
[source,java]
134134
--------------------------------------------------

0 commit comments

Comments
 (0)