From ddf36c424a6682701a46d65f000a05528001180a Mon Sep 17 00:00:00 2001 From: chrysn Date: Sun, 5 Jan 2025 19:52:20 +0100 Subject: [PATCH] msg: Typo fix --- src/msg/v2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/v2.rs b/src/msg/v2.rs index 6c21e38..176d12e 100644 --- a/src/msg/v2.rs +++ b/src/msg/v2.rs @@ -159,7 +159,7 @@ impl core::fmt::Debug for SendPort /// 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