Skip to content

Commit 02022b7

Browse files
committed
explain what was meant by "Binding"
1 parent 5bada39 commit 02022b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-4/Process.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ $graph:
199199
`location` field. When the file is staged as input to CommandLineTool,
200200
the value of `contents` must be written to a file.
201201
202-
If `loadContents` of `Binding` is true and `location` is valid, the
203-
implementation must read up to the first 64 KiB of text from the file
204-
and place it in the "contents" field.
202+
If `loadContents` of `inputBinding` or `outputBinding` is true and
203+
`location` is valid, the implementation must read up to the first 64
204+
KiB of text from the file and place it in the "contents" field.
205205
206206
207207
- name: Directory

0 commit comments

Comments
 (0)