From 12a2db541785488f90990fa67f5c62b257a9f4a7 Mon Sep 17 00:00:00 2001 From: Sylvain Zimmer Date: Fri, 31 Jul 2015 19:11:04 -0400 Subject: [PATCH] Fix typo in docs --- .../aggregations/bucket/histogram-aggregation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/aggregations/bucket/histogram-aggregation.asciidoc b/docs/reference/aggregations/bucket/histogram-aggregation.asciidoc index 9a553587da8..77e510d8b1c 100644 --- a/docs/reference/aggregations/bucket/histogram-aggregation.asciidoc +++ b/docs/reference/aggregations/bucket/histogram-aggregation.asciidoc @@ -18,7 +18,7 @@ if (rem < 0) { bucket_key = value - rem -------------------------------------------------- -From the rounding function above it can be seen that the intervals themsevles **must** be integers. +From the rounding function above it can be seen that the intervals themselves **must** be integers. The following snippet "buckets" the products based on their `price` by interval of `50`: