Skip to content

Commit 884d354

Browse files
Merge pull request #16345 from lbrito1/patch-1
Changes "that is" to "for example".
1 parent 19c12d7 commit 884d354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/pipeline.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ parameter to indicate the paths to the required metrics. The syntax for defining
2222

2323
Pipeline aggregations cannot have sub-aggregations but depending on the type it can reference another pipeline in the `buckets_path`
2424
allowing pipeline aggregations to be chained. For example, you can chain together two derivatives to calculate the second derivative
25-
(e.g. a derivative of a derivative).
25+
(i.e. a derivative of a derivative).
2626

2727
NOTE: Because pipeline aggregations only add to the output, when chaining pipeline aggregations the output of each pipeline aggregation
2828
will be included in the final output.

0 commit comments

Comments
 (0)