fix a typo

FossilOrigin-Name: 3baf585c0a52f6297f3b36516aa6ee11e404cf58696030d5acd77d89fbb2788d
This commit is contained in:
crc 2019-07-22 21:03:57 +00:00
parent b8d326aef3
commit f1545cd95c

View file

@ -29,7 +29,7 @@ This yields -1 (`TRUE`) as expected. So we can easily
name it:
```
:palindrome dup s:reverse s:eq? ;
:palindrome? dup s:reverse s:eq? ;
```
Naming uses the `:` prefix to add a new word to the dictionary.