浏览代码

Fix dangling 'either' in weighted average docs (#51748)

Mark Tozzi 5 年之前
父节点
当前提交
928c663ce0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/aggregations/metrics/weighted-avg-aggregation.asciidoc

+ 1 - 1
docs/reference/aggregations/metrics/weighted-avg-aggregation.asciidoc

@@ -2,7 +2,7 @@
 === Weighted Avg Aggregation
 
 A `single-value` metrics aggregation that computes the weighted average of numeric values that are extracted from the aggregated documents.
-These values can be extracted either from specific numeric fields in the documents.
+These values can be extracted either from specific numeric fields in the documents, or provided by a script.
 
 When calculating a regular average, each datapoint has an equal "weight" ... it contributes equally to the final value.  Weighted averages,
 on the other hand, weight each datapoint differently.  The amount that each datapoint contributes to the final value is extracted from the