From 679b7fd6956dd37db8b57f4d3bdf01401a7fa4d8 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sun, 27 Feb 2022 21:24:40 -0800 Subject: [PATCH] Fixed typo. --- site/common.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/common.html b/site/common.html index 59b2c84..3a9c475 100644 --- a/site/common.html +++ b/site/common.html @@ -77,7 +77,7 @@ SEALED ( -- ) Alter the last vocabulary defined so it doesn't chain
Interpret Time Conditions

-[I]F, [ELSE], and [THEN] can be used +[IF], [ELSE], and [THEN] can be used to selectively compile. Used in tandem with DEFINED? they can be used to handle the absence of modules gracefully. Nesting is supported.