Fix incorrect reference to `derivative` function (#3425)

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/3424/head^2
Matias Pan 2021-11-19 14:55:18 -03:00 committed by GitHub
parent fc9357f440
commit e6ef1f8bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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