diff --git a/content/flux/v0.x/stdlib/universe/sum.md b/content/flux/v0.x/stdlib/universe/sum.md index f4faca634..4b6018bb9 100644 --- a/content/flux/v0.x/stdlib/universe/sum.md +++ b/content/flux/v0.x/stdlib/universe/sum.md @@ -63,7 +63,7 @@ Input data. Default is piped-forward data (`<-`). import "sampledata" sampledata.int() - |> stddev() + |> sum() ``` @@ -93,13 +93,14 @@ sampledata.int() #### Output data -| *tag | _value | -| ---- | ----------------- | -| t1 | 7.063993204979744 | +| *tag | _value | +| ---- | ------- | +| t1 | 51 | + +| *tag | _value | +| ---- | ------- | +| t2 | 53 | -| *tag | _value | -| ---- | ----------------- | -| t2 | 9.474527252938094 | {{% /expand %}} {{< /expand-wrapper >}}