Skip to content

Commit 3b70f86

Browse files
committed
Use 'a 03' instead of 'an 03'
1 parent 11ccda9 commit 3b70f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09_3_Testing_a_Bitcoin_Script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ script | stack
9696
--------+--------
9797
| 03
9898
```
99-
And that's where our script ends, with nothing more to execute and an `03` sitting on top of our stack as the result of the Script.
99+
And that's where our script ends, with nothing more to execute and a `03` sitting on top of our stack as the result of the Script.
100100

101101
> :note: **NOTE:** `btcdeb` allows you to repeat the previous command by hitting enter. We will be doing this in subsequent examples, so don't be surprised about `btcdeb>` prompts with nothing as input. It is simply repeating the previous (often `step`) command.
102102

0 commit comments

Comments
 (0)