diff options
author | ven <vendethiel@hotmail.fr> | 2015-10-09 23:25:22 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-10-09 23:25:22 +0200 |
commit | d8a1c0cf6a224d7b6e68f06afd444ba24bd75ede (patch) | |
tree | 320772732dfb1007c5cec22a32802c1dcf81d84f /forth.html.markdown | |
parent | a5b9afc897afb3b7b6894672ad945970a373834a (diff) | |
parent | d49265b30fb6a6bc5a9574c59e043f9a18e0a96d (diff) |
Merge pull request #1433 from zlarsen/forth-typo
[Forth/en] Another typo fix
Diffstat (limited to 'forth.html.markdown')
-rw-r--r-- | forth.html.markdown | 2 |
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 |