From e1c4a97c1ef86c655f2e40570597de95c03577ed Mon Sep 17 00:00:00 2001 From: SophiaR-baby Date: Thu, 11 Dec 2025 17:54:54 +0800 Subject: [PATCH] docs(exex): fix DebugApi comment --- examples/exex-hello-world/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/exex-hello-world/src/main.rs b/examples/exex-hello-world/src/main.rs index 2c89fb72627..3e86ee785a2 100644 --- a/examples/exex-hello-world/src/main.rs +++ b/examples/exex-hello-world/src/main.rs @@ -81,7 +81,7 @@ where let _eth_pubsub = rpc_handle.eth_handlers().pubsub.clone(); // The TraceApi type that provides all the trace_ handlers let _trace_api = rpc_handle.trace_api(); - // The DebugApi type that provides all the trace_ handlers + // The DebugApi type that provides all the debug_ handlers let _debug_api = rpc_handle.debug_api(); while let Some(notification) = ctx.notifications.try_next().await? {