Skip to content

Commit

Permalink
docs: fix the Instruction Table link (bluealloy#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
IaroslavMazur authored Apr 19, 2024
1 parent 688c36c commit 41beddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/crates/revm/handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Functions can be grouped in five categories and are marked in that way in the co
* Pre-execution functions: [`PreExecutionHandler`](https://github.com/bluealloy/revm/blob/main/crates/revm/src/handler/handle_types/pre_execution.rs)
* Execution functions: [`ExecutionHandler`](https://github.com/bluealloy/revm/blob/main/crates/revm/src/handler/handle_types/execution.rs)
* Post-execution functions: [`PostExecutionHandler`](https://github.com/bluealloy/revm/blob/main/crates/revm/src/handler/handle_types/post_execution.rs)
* Instruction table: [`InstructionTable`](https://github.com/bluealloy/revm/blob/main/crates/interpreter/src/instructions/opcode.rs)
* Instruction table: [`InstructionTable`](https://github.com/bluealloy/revm/blob/main/crates/interpreter/src/opcode.rs)

### Handle Registers

Expand Down

0 comments on commit 41beddf

Please sign in to comment.