Fix typo in comment.

This commit is contained in:
2025-12-08 13:06:58 -05:00
parent b7f765e3f6
commit d8912c58e6

View File

@@ -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 {