Fixed typo.

This commit is contained in:
Brad Nelson
2022-02-27 21:24:40 -08:00
parent bf88a73336
commit 679b7fd695

View File

@ -77,7 +77,7 @@ SEALED ( -- ) Alter the last vocabulary defined so it doesn't chain
<h5>Interpret Time Conditions</h5>
<p>
<code>[I]F</code>, <code>[ELSE]</code>, and <code>[THEN]</code> can be used
<code>[IF]</code>, <code>[ELSE]</code>, and <code>[THEN]</code> can be used
to selectively compile. Used in tandem with <code>DEFINED?</code> they can
be used to handle the absence of modules gracefully.
Nesting is supported.