Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Jan 30, 2024
1 parent ec25457 commit 09b4f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/esql/functions/sum.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include::{esql-specs}/stats.csv-spec[tag=sum-result]

The expression can use inline functions. For example, to calculate the total
sum of the maximum values for each set of multivalued entries in a column,
apply the `MV_MAX` function to each set and then sum the results:
apply the `MV_MAX` function to each row and then sum the results:

[source.merge.styled,esql]
----
Expand Down

0 comments on commit 09b4f00

Please sign in to comment.