Skip to content

Commit

Permalink
clearer description of when to use - for array entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Hodges committed Aug 10, 2017
1 parent 26476ec commit ef6c0c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _episodes/09-array-inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ In addition, the `itemSeperator` field, if provided, specifies that array
values should be concatenated into a single argument separated by the item
separator string.

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
each entry marked by a leading `-`, as demonstrated in the next lesson.
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
array values that are not defined with an associated key is marked by a leading
`-`, as demonstrated in the next lesson.
You can specify arrays of arrays, arrays of records, and other complex types.

0 comments on commit ef6c0c0

Please sign in to comment.