Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 3923229

Browse files
committed
f LSPS2
1 parent 8d00528 commit 3923229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lsps2/message_handler.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,9 @@ where
451451
}
452452
}
453453

454-
/// Set a [`PeerManager`] reference for the message handlers.
454+
/// Set a [`PeerManager`] reference for the message handler.
455455
///
456-
/// This allows the message handlers to wake the [`PeerManager`] by calling
456+
/// This allows the message handler to wake the [`PeerManager`] by calling
457457
/// [`PeerManager::process_events`] after enqueing messages to be sent.
458458
///
459459
/// Without this the messages will be sent based on whatever polling interval

0 commit comments

Comments
 (0)