From 87da6263a277553daf991faeb4afbc56172d811d Mon Sep 17 00:00:00 2001 From: Nick Furfaro Date: Fri, 3 Dec 2021 17:32:41 -0700 Subject: [PATCH] Fix minor typo --- specs/vm/opcodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/vm/opcodes.md b/specs/vm/opcodes.md index f57ffc7c..8b231b04 100644 --- a/specs/vm/opcodes.md +++ b/specs/vm/opcodes.md @@ -81,7 +81,7 @@ - [Transaction Access Opcodes](#transaction-access-opcodes) - [XIL: Transaction input length](#xil-transaction-input-length) - [XIS: Transaction input start](#xis-transaction-input-start) - - [XOL: Transaction input length](#xol-transaction-input-length) + - [XOL: Transaction output length](#xol-transaction-output-length) - [XOS: Transaction output start](#xos-transaction-output-start) - [XWL: Transaction witness length](#xwl-transaction-witness-length) - [XWS: Transaction witness start](#xws-transaction-witness-start) @@ -2597,7 +2597,7 @@ In a script transaction, append an additional receipt to the list of receipts, m | `result` | `uint64` | ```PanicReason.InputNotFound \| instr >> 8``` | | `gas_used` | `uint64` | Gas consumed by the script. | -### XOL: Transaction input length +### XOL: Transaction output length | | | |-------------|----------------------------------------------------------------------------------------|