1
0
Эх сурвалжийг харах

Merge pull request #14096 from speedplane/patch-2

Fixed a typo ("when when")
Clinton Gormley 10 жил өмнө
parent
commit
3e7201ef63

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

@@ -121,7 +121,7 @@ Response:
 [[search-aggregations-bucket-histogram-aggregation-extended-bounds]]
 By default the date_/histogram returns all the buckets within the range of the data itself, that is, the documents with
 the smallest values (on which with histogram) will determine the min bucket (the bucket with the smallest key) and the
-documents with the highest values will determine the max bucket (the bucket with the highest key). Often, when when
+documents with the highest values will determine the max bucket (the bucket with the highest key). Often, when
 requesting empty buckets, this causes a confusion, specifically, when the data is also filtered.
 
 To understand why, let's look at an example: