From c5078e26d2ae7bdf995eac115cca8b1520179138 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Mon, 21 Jun 2021 22:52:24 +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 fa6af74..681dad1 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ The quotation code is compiled into the enclosing word and bypassed by a jump. A A list is a dynamic, ordered data structed. -`` \ creates a new empty list` +` \ creates a new empty list` ` dup 1 add \ creates an empty list and adds *1* to it.`