浏览代码

[DOCS] Fix typo in histogram agg docs (#65822)

James Rodewig 4 年之前
父节点
当前提交
e955f7752b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/aggregations/bucket/histogram-aggregation.asciidoc

+ 1 - 1
docs/reference/aggregations/bucket/histogram-aggregation.asciidoc

@@ -221,7 +221,7 @@ POST /sales/_search?size=0
 // TEST[setup:sales]
 // TEST[setup:sales]
 
 
 In this example even though the range specified in the query is up to 500, the histogram will only have 2 buckets starting at 100 and 150.
 In this example even though the range specified in the query is up to 500, the histogram will only have 2 buckets starting at 100 and 150.
-All other buckets will be omitted even even if documents that should go to this buckets are present in the results.
+All other buckets will be omitted even if documents that should go to this buckets are present in the results.
 
 
 ==== Order
 ==== Order