Update string-interpolation.md

pull/442/head
Scott Anderson 2019-09-09 11:22:37 -06:00 committed by GitHub
parent eff3afcb1f
commit b56d3db798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ name = "John"
{{% note %}}
#### Flux only interpolates string values
Flux currently interpolates only string values ([IMP#1775](https://github.com/influxdata/flux/issues/1775)).
Use the [string() function](/v2.0/reference/functions/built-in/transformations/type-conversions/string/)
Use the [string() function](/v2.0/reference/flux/functions/built-in/transformations/type-conversions/string/)
to convert non-string values to strings.
```js