fixed import statement on aggregate.rate doc

pull/975/head
Scott Anderson 2020-04-23 15:52:51 -06:00
parent 5d2fdd5373
commit bfefaff3ef
1 changed files with 1 additions and 1 deletions

View File

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