Merge pull request #1885 from Nemecsek/patch-3

Update toduration.md
pull/1886/head
Scott Anderson 2020-11-24 09:22:24 -07:00 committed by GitHub
commit 37f1509e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ _**Supported data types:** Integer | String | Uinteger_
{{% note %}}
`duration()` assumes **numeric** input values are **nanoseconds**.
**String** input values must use [duration literal representation](#/v2.0/reference/flux/language/lexical-elements/#duration-literals).
**String** input values must use [duration literal representation](/influxdb/v2.0/reference/flux/language/lexical-elements/#duration-literals).
{{% /note %}}
{{% note %}}