Skip to content

Commit 527d369

Browse files
committed
Fix linter issues
1 parent f06fe63 commit 527d369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn_evm/evm_opcodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The gas information is a work in progress. If an asterisk is in the Gas column,
7979
| [`0x5a`](#gas) | GAS | Get the amount of available gas, including the corresponding reduction for the cost of this instruction | - | 2 |
8080
| [`0x5b`](#jumpdest) | JUMPDEST | Mark a valid destination for jumps | - | 1 |
8181
| `0x5c` - `0x5e` | Unused | - |
82-
| [`0x5f`](#push0) | PUSH0 | Place the constant value 0 on stack | [EIP-3855](https://eips.ethereum.org/EIPS/eip-3855) | 2 |
82+
| [`0x5f`](#push0) | PUSH0 | Place the constant value 0 on stack | [EIP-3855](https://eips.ethereum.org/EIPS/eip-3855) | 2 |
8383
| [`0x60`](#push1) | PUSH1 | Place 1 byte item on stack | - | 3 |
8484
| [`0x61`](#push2) | PUSH2 | Place 2-byte item on stack | - | 3 |
8585
| [`0x62`](#push3) | PUSH3 | Place 3-byte item on stack | - | 3 |

0 commit comments

Comments
 (0)