From 04c6ec1d09269c3f7ca1f05c2dcf69c39514004a Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Mon, 5 Jul 2021 14:40:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b0abd..6b22b26 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Watch this [demo](https://www.youtube.com/watch?v=9rf8Y_lwj3g) to see it in acti 0 1 { 2dup + } n times ; ( quotation ) ``` -Besides all the high-level features, FCL supports the traditional Forth programming structures and uses the same compilation model (compile/interpret mode, dictionary, immediate words, etc.) as a classsic Forth. +Besides all the high-level features, FCL supports the traditional Forth programming structures and uses the same compilation model (compile/interpret mode, dictionary, immediate words, etc.) as a classic Forth. ## The Syntax