From 6f46ae4eb5c42d3860b09af847a3581f8b2992d3 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Sat, 27 Jan 2024 18:45:00 +0000 Subject: [PATCH] chore: fix typo in yellow paper --- yellow-paper/docs/public-vm/avm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yellow-paper/docs/public-vm/avm.md b/yellow-paper/docs/public-vm/avm.md index 60f06218ab6..680763fa15a 100644 --- a/yellow-paper/docs/public-vm/avm.md +++ b/yellow-paper/docs/public-vm/avm.md @@ -249,7 +249,7 @@ results.output = machineState.memory[instr.args.retOffset:instr.args.retOffset+i An exceptional halt is not explicitly triggered by an instruction but instead occurs when an exceptional condition is met. -When an exceptional halt occurs, the context is flagged as consuming all off its allocated gas and is marked as `reverted` with no output data, and then execution within the current context ends. +When an exceptional halt occurs, the context is flagged as consuming all of its allocated gas and is marked as `reverted` with no output data, and then execution within the current context ends. ``` machineState.l1GasLeft = 0