summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Heilman <ethan.r.heilman@gmail.com>2023-12-12 08:24:39 -0500
committerGitHub <noreply@github.com>2023-12-12 08:24:39 -0500
commitf1169dd1fc067825c56016379a8b84c033b6eeb2 (patch)
tree915452a27d70d0ae56bccc17989b81ffc60b6037
parent83ca57f22268edb1ff2815085a4383ba8d1b55fe (diff)
downloadbips-f1169dd1fc067825c56016379a8b84c033b6eeb2.tar.xz
Fixes typo
Co-authored-by: kallewoof <kalle.alm@gmail.com>
-rw-r--r--bip-???-cat.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-???-cat.mediawiki b/bip-???-cat.mediawiki
index 8cd7baa..281fa3c 100644
--- a/bip-???-cat.mediawiki
+++ b/bip-???-cat.mediawiki
@@ -39,7 +39,7 @@ For instance a script which pushed an 1 Byte value on the stack then repeated th
==Specification==
-OP_CAT pops two elements of the stack, concatenates them together in stack order and pushes the resultant element onto the stack. Given the stack [x1,x2], where x2 is at the top of the stack, OP_CAT will push x1||x2 onto the stack. By '||' we denote concatenation.
+OP_CAT pops two elements off the stack, concatenates them together in stack order and pushes the resulting element onto the stack. Given the stack [x1,x2], where x2 is at the top of the stack, OP_CAT will push x1||x2 onto the stack. By '||' we denote concatenation.
Implementation
<pre>