Update README.md

This commit is contained in:
Attila Magyar 2021-06-21 22:56:34 +02:00 committed by GitHub
parent 0493e777c7
commit 4b2e7c58ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,7 +237,7 @@ A list is a dynamic, ordered data structed.
``` ```
```forth ```forth
[ 1 'abc' 3 ] 'abc remove \ removes 'abc' from the list [ 1 'abc' 3 ] 'abc` remove \ removes 'abc' from the list
``` ```
```forth ```forth