浏览代码

Fix typo in docs

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

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

@@ -18,7 +18,7 @@ if (rem < 0) {
 bucket_key = value - rem
 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`:
 The following snippet "buckets" the products based on their `price` by interval of `50`: