Update format function to mention list/map types

pull/31351/head
Laura Pacilio 4 years ago committed by GitHub
parent acb79a7545
commit e90f9286c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,8 @@ other similar functions in other programming languages.
format(spec, values...)
```
In addition to `string`, `bool`, and `number`, you can use `format` to convert items of `null`, `list`, and `map` types into a formatted string.
## Examples
```

Loading…
Cancel
Save