fix a typo

FossilOrigin-Name: 803b037141e0d575e7838b23daec09e47c6a9b6d18d1a452006d58c332d41405
This commit is contained in:
crc 2019-07-22 21:04:44 +00:00
parent f1545cd95c
commit d1547a0d1c

View file

@ -378,7 +378,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.