Update format function to mention list/map types

This commit is contained in:
Laura Pacilio
2022-06-30 17:28:59 -04:00
committed by GitHub
parent acb79a7545
commit e90f9286c2

View File

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