summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Heilman <ethan.r.heilman@gmail.com>2023-12-15 15:27:22 -0500
committerGitHub <noreply@github.com>2023-12-15 15:27:22 -0500
commitbeb5802cc6c5f28da1aeaf0f75eb59738a004fb9 (patch)
tree37716e879e702fa7e8c427beb9095cd57aaf8d06
parentd4f85b11464a60961962960b306cac72461a977f (diff)
downloadbips-beb5802cc6c5f28da1aeaf0f75eb59738a004fb9.tar.xz
Adds subsection header
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.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 ec4834a..6a5c54a 100644
--- a/bip-???-cat.mediawiki
+++ b/bip-???-cat.mediawiki
@@ -41,7 +41,7 @@ For example, a script that pushed a 1-byte value on the stack and then repeated
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
+===Implementation===
<pre>
case OP_CAT:
{