From ed933ee57d60e3aea62133b79b63548c7e72eaa3 Mon Sep 17 00:00:00 2001 From: goldlinker Date: Thu, 16 Oct 2025 14:35:50 +0800 Subject: [PATCH] chore: fix comment for src/lib.rs Signed-off-by: goldlinker --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a4bab573..937a2e99 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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