Fix incorrect reference to `derivative` function (#3425)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/3424/head^2
parent
fc9357f440
commit
e6ef1f8bbf
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue