regen forth_dictionary.md

This commit is contained in:
mgcaret 2020-01-21 23:45:51 -08:00
parent aeb2eeed27
commit 2310e3b18d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Forth Dictionary
Updated: 2020-01-21 23:40:51 -0800
Updated: 2020-01-21 23:45:31 -0800
## !
@ -589,7 +589,7 @@ _( n -- )_ allocate n bytes in the dictionary
## ALSO
_( -- )_ Fuplicate the first wordlist in the search order.
_( -- )_ Duplicate the first wordlist in the search order.
## AND