diff options
-rw-r--r-- | bip-0347.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0347.mediawiki b/bip-0347.mediawiki index e43bd72..24df645 100644 --- a/bip-0347.mediawiki +++ b/bip-0347.mediawiki @@ -20,7 +20,7 @@ This document is licensed under the 3-clause BSD license. ==Specification== -When evaluated the OP_CAT instruction: +When evaluated, the OP_CAT instruction: # Pops the top two values off the stack, # concatenates the popped values together in stack order, # and then pushes the concatenated value on the top of the stack. |