Fix keyed param type in the comment

This commit is contained in:
k-yomo
2022-07-26 18:35:01 +09:00
parent 80a1418284
commit 2b333ca635
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
//! bucket_agg: BucketAggregationType::Range(RangeAggregation{
//! field: "score".to_string(),
//! ranges: vec![(3f64..7f64).into(), (7f64..20f64).into()],
//! keyed: None,
//! keyed: false,
//! }),
//! sub_aggregation: Default::default(),
//! }),

View File

@@ -132,7 +132,7 @@
//! bucket_agg: BucketAggregationType::Range(RangeAggregation{
//! field: "score".to_string(),
//! ranges: vec![(3f64..7f64).into(), (7f64..20f64).into()],
//! keyed: None,
//! keyed: false,
//! }),
//! sub_aggregation: sub_agg_req_1.clone(),
//! }),