From 745ca8efc86eae39f2e66aee4ad2e8a9d50c56f0 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Thu, 24 Jun 2021 12:51: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 b83f127..dec9cc7 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ Maps contain key value pairs. ``` ```forth -#[ 'a' 1 'b' 2 ]# peel \ unloads all items from the map to the stack +#[ 'a' 1 'b' 2 ]# peel# \ unloads all items from the map to the stack ```