diff --git a/crates/katana/node/src/lib.rs b/crates/katana/node/src/lib.rs index f5d638f456..5c3e6b29bf 100644 --- a/crates/katana/node/src/lib.rs +++ b/crates/katana/node/src/lib.rs @@ -54,7 +54,7 @@ use tracing::{info, trace}; use crate::exit::NodeStoppedFuture; -/// A handle to the launched Katana node. +/// A handle to the launched node. #[allow(missing_debug_implementations)] pub struct LaunchedNode { pub node: Node,