From f95e91a6dac2b585e868910119e22599b242911e Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Thu, 10 Feb 2022 09:54:35 +0000 Subject: [PATCH] Use isn't instead of shouldn't This definitely isn't possible, change the phrase. --- src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.rs b/src/context.rs index 1331f5d..e91eeb1 100644 --- a/src/context.rs +++ b/src/context.rs @@ -61,7 +61,7 @@ pub mod global { /// A trait for all kinds of contexts that lets you define the exact flags and a function to -/// deallocate memory. It shouldn't be possible to implement this for types outside this crate. +/// deallocate memory. It isn't possible to implement this for types outside this crate. pub unsafe trait Context : private::Sealed { /// Flags for the ffi. const FLAGS: c_uint;