From 4b2e7c58ae80bcfb4dc226b2620c67b1e7b87307 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Mon, 21 Jun 2021 22:56:34 +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 e4ccb09..d6205be 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ A list is a dynamic, ordered data structed. ``` ```forth -[ 1 'abc' 3 ] 'abc remove \ removes 'abc' from the list +[ 1 'abc' 3 ] 'abc` remove \ removes 'abc' from the list ``` ```forth