Skip to content

Commit e2aeceb

Browse files
committed
format map<>
1 parent 53cf86d commit e2aeceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v1.0/CommandLineTool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $graph:
4242
Since draft-3, version 1.0 introduces the following changes and additions:
4343
4444
* The [Directory](#Directory) type.
45-
* Syntax simplifcations: denoted by the map<> syntax. Example: inputs
45+
* Syntax simplifcations: denoted by the `map<>` syntax. Example: inputs
4646
contains a list of items, each with an id. Now one can specify
4747
a mapping of that identifier to the corresponding
4848
`CommandInputParamater`.

v1.0/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $graph:
3939
Since draft-3, this draft introduces the following changes and additions:
4040
4141
* The 'inputs' and 'outputs' fields have been renamed 'in' and 'out'.
42-
* Syntax simplifcations: denoted by the map<> syntax. Example: `in`
42+
* Syntax simplifcations: denoted by the `map<>` syntax. Example: `in`
4343
contains a list of items, each with an id. Now one can specify
4444
a mapping of that identifier to the corresponding
4545
`InputParameter`.

0 commit comments

Comments
 (0)