瀏覽代碼

Fix typo in terminate after API docs

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

Relates #29065
Jason Tedor 7 年之前
父節點
當前提交
29a728526e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/java-api/search.asciidoc

+ 1 - 1
docs/java-api/search.asciidoc

@@ -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]
 --------------------------------------------------