We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7597803 commit 1294b1fCopy full SHA for 1294b1f
src/topics/expressions.md
@@ -149,7 +149,9 @@ The following CWL document includes the `custom-functions.js` file and uses its
149
```
150
151
```{note}
152
-In `expressionLib`, `$include` supports both relative and absolute paths.
+The `$include` statement can be used to include a file from the local disk or from a remote location.
153
+It works with both relative and absolute paths. Read the [text about `$include`](https://www.commonwl.org/v1.0/SchemaSalad.html#Include)
154
+from the CWL specification to learn more about it.
155
156
157
The `custom-functions.js` file is included in the CWL document with the `$include: custom-functions.js`
0 commit comments