summaryrefslogtreecommitdiff
path: root/bip-0347.mediawiki
diff options
context:
space:
mode:
authorEthan Heilman <ethan.r.heilman@gmail.com>2024-04-26 13:59:28 -0400
committerGitHub <noreply@github.com>2024-04-26 13:59:28 -0400
commitc10870a390a7141eb223ed8141cab48668239536 (patch)
treeb89b5595bf43a732f004b566b047a66635f34e9e /bip-0347.mediawiki
parent852502b9cf0568dc4c75d93aaaaee3d102002ec7 (diff)
downloadbips-c10870a390a7141eb223ed8141cab48668239536.tar.xz
Adds comma
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
Diffstat (limited to 'bip-0347.mediawiki')
-rw-r--r--bip-0347.mediawiki2
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.