summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2015-10-09 23:25:22 +0200
committerven <vendethiel@hotmail.fr>2015-10-09 23:25:22 +0200
commitd8a1c0cf6a224d7b6e68f06afd444ba24bd75ede (patch)
tree320772732dfb1007c5cec22a32802c1dcf81d84f
parenta5b9afc897afb3b7b6894672ad945970a373834a (diff)
parentd49265b30fb6a6bc5a9574c59e043f9a18e0a96d (diff)
Merge pull request #1433 from zlarsen/forth-typo
[Forth/en] Another typo fix
-rw-r--r--forth.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/forth.html.markdown b/forth.html.markdown
index 1db85bf0..b4a5581b 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