diff --git a/appdx-scriptops.asciidoc b/appdx-scriptops.asciidoc index 4aac0621..d989061e 100644 --- a/appdx-scriptops.asciidoc +++ b/appdx-scriptops.asciidoc @@ -152,14 +152,14 @@ | OP_CHECKMULTISIGVERIFY | 0xaf | Same as CHECKMULTISIG, then OP_VERIFY to halt if not TRUE |======= -<> shows non-operator symbols +<> shows nonoperator symbols [[tx_script_ops_table_nop]] .Non-operators [options="header"] |======= | Symbol | Value (hex) | Description -| OP_NOP1-OP_NOP10 | 0xb0-0xb9 | Does nothing, ignored. +| OP_NOP1-OP_NOP10 | 0xb0-0xb9 | Does nothing, ignored |======= <> shows operator codes reserved for use by the internal script parser.