Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//!
//! * Select an [Invoker]. The invoker defines all details of the execution
//! environment except the external backend. [standard::Invoker] is
//! probably want you want if you are not extending EVM.
//! probably what you want if you are not extending EVM.
//! * For the standard invoker, select a [standard::Config], which represents
//! different Ethereum hard forks.
//! * Select the precompile set. You may want the `StandardPrecompileSet` in
Expand Down
Loading