fix grammar

This commit is contained in:
Justus Kandzi 2018-01-17 15:18:22 +01:00
parent e9c0f9de59
commit b8a20f5864

View File

@ -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 <pubKeyHashA> ELSE OP_DUP OP_HASH160 <pubKeyHashA> 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