Use 'a 03' instead of 'an 03'

This commit is contained in:
Tobin Harding 2021-06-08 20:25:37 +10:00
parent 11ccda91f0
commit 3b70f86c79
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607

View File

@ -96,7 +96,7 @@ script | stack
--------+--------
| 03
```
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.
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.
> :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.