Skip to content

Commit ef6c0c0

Browse files
author
Toby Hodges
committed
clearer description of when to use - for array entries
1 parent 26476ec commit ef6c0c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_episodes/09-array-inputs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ In addition, the `itemSeperator` field, if provided, specifies that array
5454
values should be concatenated into a single argument separated by the item
5555
separator string.
5656

57-
Note that the arrays of inputs are specified inside square brackets `[]` in `array-inputs-job.yml`. Arrays can also be expressed over multiple lines, with
58-
each entry marked by a leading `-`, as demonstrated in the next lesson.
57+
Note that the arrays of inputs are specified inside square brackets `[]` in `array-inputs-job.yml`. Arrays can also be expressed over multiple lines, where
58+
array values that are not defined with an associated key is marked by a leading
59+
`-`, as demonstrated in the next lesson.
5960
You can specify arrays of arrays, arrays of records, and other complex types.

0 commit comments

Comments
 (0)