fixed import statement on aggregate.rate doc
parent
5d2fdd5373
commit
bfefaff3ef
|
|
@ -14,7 +14,7 @@ The `aggregate.rate()` function calculates the rate of change per windows of tim
|
|||
_**Function type:** Transformation_
|
||||
|
||||
```js
|
||||
import "experimental/query"
|
||||
import "experimental/aggregate"
|
||||
|
||||
aggregate.rate(
|
||||
every: 1m,
|
||||
|
|
|
|||
Loading…
Reference in New Issue