Update README.md

This commit is contained in:
Attila Magyar 2021-07-10 22:43:13 +02:00 committed by GitHub
parent 01ec314f77
commit 96d6104951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,7 +296,7 @@ A list is a dynamic, ordered data structed. `[` and `]` are Forth words, so a wh
```
```forth
[ 1 'abc' 3 ] 'abc` remove \ removes 'abc' from the list
[ 1 'abc' 3 ] 'abc' remove \ removes 'abc' from the list
```
```forth