Merge pull request #6690 from jacksgt/patch-1

Extend 09-object-types.md with argument array
This commit is contained in:
Michael Friedrich 2018-10-16 12:42:01 +02:00 committed by GitHub
commit e5957f867e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,6 +230,12 @@ Argument order:
..., -3, -2, -1, <un-ordered keys>, 1, 2, 3, ... ..., -3, -2, -1, <un-ordered keys>, 1, 2, 3, ...
``` ```
Define argument array:
```
value = "[ 'one', 'two', 'three' ]"
```
Argument array with `repeat_key = true`: Argument array with `repeat_key = true`:
``` ```