From 3cd113176062fc3e7d13a130ea5d68b32fae4789 Mon Sep 17 00:00:00 2001 From: David Shimon Date: Thu, 18 Jan 2018 16:11:21 +0200 Subject: [PATCH] text fix: match between snippet to its description --- .../aggregations/pipeline/bucket-selector-aggregation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/aggregations/pipeline/bucket-selector-aggregation.asciidoc b/docs/reference/aggregations/pipeline/bucket-selector-aggregation.asciidoc index 5dc1b80d4adda..4cc532c99c5d2 100644 --- a/docs/reference/aggregations/pipeline/bucket-selector-aggregation.asciidoc +++ b/docs/reference/aggregations/pipeline/bucket-selector-aggregation.asciidoc @@ -41,7 +41,7 @@ for more details) |Required | details)|Optional |`skip` |=== -The following snippet only retains buckets where the total sales for the month is more than 400: +The following snippet only retains buckets where the total sales for the month is more than 200: [source,js] --------------------------------------------------