From de041b77e0a392aaa16b307e4ae8e42ffcfda14e Mon Sep 17 00:00:00 2001 From: "Mutaz M. Jaber" Date: Fri, 1 Sep 2023 11:27:40 -0700 Subject: [PATCH] Update specification.qmd A typo in example. Instead of `NWT`, I changed that to `MWT` in ENV line 326 --- specification.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.qmd b/specification.qmd index af9761f..5f04595 100644 --- a/specification.qmd +++ b/specification.qmd @@ -323,7 +323,7 @@ interpreter and the evaluation will happen inside the environment which is defined by the `$ENV` block. For example ```{c, eval = FALSE} -$ENV NWT = 1.2 +$ENV MWT = 1.2 $PARAM WT = 80 * 2.2