corrected typo, thanks marshall!

This commit is contained in:
sejo 2021-09-28 15:11:14 -05:00
parent 843b3dd38e
commit c189a46a1e
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ we talked above about this piece of code, that pushes a flag that answers if the
```
.Controller/key DEI ( read key )
#2f GTH ( is it greater than 2f? push flag into the stack )
.Controller/key DEI ( ready key )
.Controller/key DEI ( read key )
#3a LTH ( is it less than 3a? push flag into the stack )
AND ( apply an AND to the flags in the stack, and push the result in the stack )
```