Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Oct 8, 2024
1 parent 6220494 commit e654369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/katana/node/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e654369

Please sign in to comment.