Skip to content

Commit 694622f

Browse files
csoulioslocal-ghost-127kilfoyle
authored
Corrected an incomplete sentence. (#86542) (#88473)
* Corrected an incomplete sentence. * Update docs/reference/aggregations/metrics/avg-aggregation.asciidoc Co-authored-by: Christos Soulios <[email protected]> Co-authored-by: David Kilfoyle <[email protected]> Co-authored-by: Christos Soulios <[email protected]> Co-authored-by: Sean Letendre <[email protected]> Co-authored-by: David Kilfoyle <[email protected]>
1 parent 8717f2f commit 694622f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/metrics/avg-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<titleabbrev>Avg</titleabbrev>
55
++++
66

7-
A `single-value` metrics aggregation that computes the average of numeric values that are extracted from the aggregated documents. These values can be extracted either from specific numeric fields in the documents.
7+
A `single-value` metrics aggregation that computes the average of numeric values that are extracted from the aggregated documents. These values can be extracted either from specific numeric or <<histogram,histogram>> fields in the documents.
88

99
Assuming the data consists of documents representing exams grades (between 0
1010
and 100) of students we can average their scores with:

0 commit comments

Comments
 (0)