From d5bc4b58d4ee7aae787c867caa46f678ca0644db Mon Sep 17 00:00:00 2001 From: ALuesink <22368429+ALuesink@users.noreply.github.com> Date: Tue, 16 Nov 2021 16:44:19 +0100 Subject: [PATCH] Fixed type in line 99 --- _episodes/06-expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/06-expressions.md b/_episodes/06-expressions.md index 4eb8584..5bf1782 100644 --- a/_episodes/06-expressions.md +++ b/_episodes/06-expressions.md @@ -96,7 +96,7 @@ assignment (`=`), which cannot include control blocks like `if` or `for`. The `${}` form is a Javascript function, which can include control blocks, and must end in a `return` statement. -Dxpressions can both appear in `valueFrom` fields as well as some +Expressions can both appear in `valueFrom` fields as well as some other fields, or in an `ExpressionTool` which, like `Workflow` or `CommandLineTool` has explicitly defined `inputs` and `outputs` sections. -- 2.30.2