diff --git a/crates/precompile/src/lib.rs b/crates/precompile/src/lib.rs index 838d2d7e20..a646b634d8 100644 --- a/crates/precompile/src/lib.rs +++ b/crates/precompile/src/lib.rs @@ -189,7 +189,7 @@ impl Precompiles { /// Returns precompiles for Cancun spec. /// - /// If `std` feature is not enabled KZG Point Evaluation precompile will not be included. + /// If the `c-kzg` feature is not enabled, the KZG Point Evaluation precompile will not be included. pub fn cancun() -> &'static Self { static INSTANCE: OnceBox = OnceBox::new(); INSTANCE.get_or_init(|| {