From e6ef1f8bbf0d8c3da3a96ea51d831ffd5e20d91f Mon Sep 17 00:00:00 2001 From: Matias Pan Date: Fri, 19 Nov 2021 14:55:18 -0300 Subject: [PATCH] Fix incorrect reference to `derivative` function (#3425) Co-authored-by: Scott Anderson --- content/flux/v0.x/stdlib/universe/increase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/flux/v0.x/stdlib/universe/increase.md b/content/flux/v0.x/stdlib/universe/increase.md index 8828df2b5..ae466fbbb 100644 --- a/content/flux/v0.x/stdlib/universe/increase.md +++ b/content/flux/v0.x/stdlib/universe/increase.md @@ -44,7 +44,7 @@ Input data. Default is piped-forward data ([`<-`](/flux/v0.x/spec/expressions/#pipe-expressions)). ## Output tables -For each input table with `n` rows, `derivative()` outputs a table with `n - 1` rows. +For each input table with `n` rows, `increase()` outputs a table with `n - 1` rows. ## Examples