From 96d6104951567ffd240de3ac56de1f1017ec0f7f Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Sat, 10 Jul 2021 22:43:13 +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 5131448..ef1c101 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ A list is a dynamic, ordered data structed. `[` and `]` are Forth words, so a wh ``` ```forth -[ 1 'abc' 3 ] 'abc` remove \ removes 'abc' from the list +[ 1 'abc' 3 ] 'abc' remove \ removes 'abc' from the list ``` ```forth