diff --git a/README.md b/README.md index 12c1912..e4ccb09 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ A list is a dynamic, ordered data structed. ``` ```forth -1 2 3 4 5 \ loads all items from the stack into a list +1 2 3 4 5 \ creates a new list and loads all items from the stack into it ``` ```forth