diff --git a/src/uxn_tutorial_day_3.gmo b/src/uxn_tutorial_day_3.gmo index 0789ece..fc58168 100644 --- a/src/uxn_tutorial_day_3.gmo +++ b/src/uxn_tutorial_day_3.gmo @@ -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 ) ```