Merge pull request #1640 from influxdata/pierwill-patch-keepfirst

Fix typo
pull/1644/head
pierwill 2020-10-12 09:49:31 -07:00 committed by GitHub
commit 22f63d6aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ from(bucket: "example-bucket")
#### With keepFirst set to true
```js
|> difference(nonNegative: false, keepfirst: true):
|> difference(nonNegative: false, keepFirst: true):
```
###### Output table
| _time | _value | tag |