From d8912c58e6d932e642cf92b9231fef231dfbdfc8 Mon Sep 17 00:00:00 2001 From: Stu Black Date: Mon, 8 Dec 2025 13:06:58 -0500 Subject: [PATCH] Fix typo in comment. --- wutil-rs/src/notification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wutil-rs/src/notification.rs b/wutil-rs/src/notification.rs index dc56c51e..1903ce03 100644 --- a/wutil-rs/src/notification.rs +++ b/wutil-rs/src/notification.rs @@ -49,7 +49,7 @@ pub type Action = unsafe extern "C" fn(observer: *mut c_void, notification: *con /// Wraps a type-erased pointer (which it does not own) and marks it as `Send`. /// -/// The `Send`-ability of the wrapped pointer must be guaranteed code that +/// The `Send`-ability of the wrapped pointer must be guaranteed by code that /// instantiates a `Sendable`. #[derive(Clone, Copy, Eq, PartialEq)] pub struct Sendable {