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 ```