From 6401dfa4bde53e1db0c9d9f9e7b11be902100c29 Mon Sep 17 00:00:00 2001 From: stxue1 <122345910+stxue1@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:34:21 -0700 Subject: [PATCH] Update SPEC.md (#660) --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index bb30ec51..fbc02eda 100644 --- a/SPEC.md +++ b/SPEC.md @@ -420,7 +420,7 @@ There is no special syntax for multi-line comments - simply use a `#` at the sta # This comment will not be included within the command command <<< # This comment WILL be included within the command after it has been parsed - cat ~{number * 2} + echo ~{number * 2} >>> output {