Skip to content

Commit

Permalink
msg: Typo fix
Browse files Browse the repository at this point in the history
Merges: #142
  • Loading branch information
chrysn authored Jan 5, 2025
2 parents 79c38fc + ddf36c4 commit f8587c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msg/v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl<TYPE: Send, const TYPENO: u16> core::fmt::Debug for SendPort<TYPE, TYPENO>
/// Trait for types that indicate the current thread's readiness to receive some set of messages
///
/// In a sense, a MessageSemantics is factory for mutually nonconflicting [ReceivePort]s, and a
/// tracker of what was alerady issued.
/// tracker of what was already issued.
// TBD: seal? can still unseal later.
pub trait MessageSemantics: Sized {
// TBD: Would be great to be const
Expand Down

0 comments on commit f8587c8

Please sign in to comment.