summaryrefslogtreecommitdiffhomepage
path: root/forth.html.markdown
diff options
context:
space:
mode:
authorzlarsen <zlarsen@dmail.dixie.edu>2015-10-09 15:22:34 -0600
committerzlarsen <zlarsen@dmail.dixie.edu>2015-10-09 15:22:34 -0600
commitd49265b30fb6a6bc5a9574c59e043f9a18e0a96d (patch)
tree6d630ea228c13e2d2c508b0515b2ef2edff9651b /forth.html.markdown
parent0d0c495c701acc77047df138e169e7cc7ece5f97 (diff)
Fixes another Forth typo
Diffstat (limited to 'forth.html.markdown')
-rw-r--r--forth.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/forth.html.markdown b/forth.html.markdown
index f7c0bf34..5c161746 100644
--- a/forth.html.markdown
+++ b/forth.html.markdown
@@ -133,7 +133,7 @@ variable age \ ok
age @ . \ 21 ok
age ? \ 21 ok
-\ Constants are quite simiar, except we don't bother with memory addresses:
+\ Constants are quite similar, except we don't bother with memory addresses:
100 constant WATER-BOILING-POINT \ ok
WATER-BOILING-POINT . \ 100 ok