Skip to content

Commit 2329710

Browse files
committed
fix wording, thanks @tfmorris
1 parent 7fe3933 commit 2329710

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

concepts.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ JSON or YAML syntax. Upon loading, a CWL implementation must apply the
9191
preprocessing steps described in the
9292
[Semantic Annotations for Linked Avro Data (SALAD) Specification](SchemaSalad.html).
9393
An implementation may formally validate the structure of a CWL document using
94-
SALAD schemas located at
95-
https://github.com/common-workflow-language/common-workflow-language/tree/master/v1.1
94+
SALAD schemas located at https://github.com/common-workflow-language/cwl-v1.1/
9695

9796
### map
9897

@@ -561,7 +560,7 @@ Implementations may apply other limits, such as process isolation, timeouts,
561560
and operating system containers/jails to minimize the security risks associated
562561
with running untrusted code embedded in a CWL document.
563562

564-
Javascript exceptions thrown from an exception must result in a
563+
Javascript exceptions thrown from a CWL expression must result in a
565564
`permanentFailure` of the CWL process.
566565

567566
## Executing CWL documents as scripts

0 commit comments

Comments
 (0)