Skip to content

Commit

Permalink
Fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Veritius committed Apr 11, 2024
1 parent 5f3f5be commit 1b21ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stardust/src/diagnostics/connections.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use bevy::{prelude::*, diagnostic::*};
use crate::prelude::*;

/// Adds diagnostics about various
/// Adds diagnostics about connections.
pub struct ConnectionDiagnosticPlugin;

impl Plugin for ConnectionDiagnosticPlugin {
Expand Down

0 comments on commit 1b21ed5

Please sign in to comment.