summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Heilman <ethan.r.heilman@gmail.com>2023-12-15 15:56:12 -0500
committerGitHub <noreply@github.com>2023-12-15 15:56:12 -0500
commit0b8a7e4b64458821d474fa08976a1d38d33d3004 (patch)
tree36143287f2d834bea6a5f647aedef9752dfbf088
parent82198302cd1d36f841f1bb6cd93c3c97ecbb8a31 (diff)
downloadbips-0b8a7e4b64458821d474fa08976a1d38d33d3004.tar.xz
Code formatting
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 cd5b86a..d3af82f 100644
--- a/bip-???-cat.mediawiki
+++ b/bip-???-cat.mediawiki
@@ -39,7 +39,7 @@ For example, a script that pushed a 1-byte value on the stack and then repeated
==Specification==
-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.
+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>