diff --git a/10_1_Using_Script_Conditionals.md b/10_1_Using_Script_Conditionals.md index 6d4e483..954d8d0 100644 --- a/10_1_Using_Script_Conditionals.md +++ b/10_1_Using_Script_Conditionals.md @@ -32,7 +32,7 @@ Of course, you might say, that's how Bitcoin Script works. Conditionals use reve Consider the following code: `IF OP_DUP OP_HASH160 ELSE OP_DUP OP_HASH160 ENDIF OP_EQUALVERIFY OP_CHECKSIG `. -Year of looking at conditionals in prefix notation might lead you to read this as: +Looking at conditionals in prefix notation might lead you to read this as: ``` IF (OP_DUP) THEN