Adds comma

Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
This commit is contained in:
Ethan Heilman
2024-04-26 13:59:28 -04:00
committed by GitHub
parent 852502b9cf
commit c10870a390

View File

@@ -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.