Browse Source

Add missing comma

Added missing comma
Dmitrii Izgurskii 9 years ago
parent
commit
272f3eb140

+ 1 - 1
docs/reference/aggregations/pipeline/bucket-selector-aggregation.asciidoc

@@ -58,7 +58,7 @@ The following snippet only retains buckets where the total sales for the month i
                     "sum": {
                         "field": "price"
                     }
-                }
+                },
                 "sales_bucket_filter": {
                     "bucket_selector": {
                         "buckets_path": {