Browse Source

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

Mark Tozzi 5 years ago
parent
commit
928c663ce0

+ 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