diff --git a/src/fuel-vm/instruction-set.md b/src/fuel-vm/instruction-set.md index 786ecffe..d4f5b31e 100644 --- a/src/fuel-vm/instruction-set.md +++ b/src/fuel-vm/instruction-set.md @@ -1309,7 +1309,7 @@ Panic if: |-------------|----------------------------------------| | Description | Extend the current call frame's stack. | | Operation | ```$sp = $sp + $rA``` | -| Syntax | `cfei $rA` | +| Syntax | `cfe $rA` | | Encoding | `0x00 rA - - -` | | Notes | Does not initialize memory. |