From b8a20f5864ccfaa3dc0957d72dd1122454e482b9 Mon Sep 17 00:00:00 2001 From: Justus Kandzi Date: Wed, 17 Jan 2018 15:18:22 +0100 Subject: [PATCH] fix grammar --- 10_1_Using_Script_Conditionals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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