Fix typo in terminate after API docs

This commit fixes a minor typo in the terminate after Java API docs.

Relates #29065
This commit is contained in:
Jason Tedor 2018-03-14 13:02:55 -04:00
parent ab2d74c001
commit 29a728526e
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ documentation for details.
The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.
If set, you will be able to check if the operation terminated early by asking for `isTerminatedEarly()` in the
`SearchResponse` onject:
`SearchResponse` object:
[source,java]
--------------------------------------------------