We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e6ca1 commit f95e91aCopy full SHA for f95e91a
src/context.rs
@@ -61,7 +61,7 @@ pub mod global {
61
62
63
/// A trait for all kinds of contexts that lets you define the exact flags and a function to
64
-/// 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.
65
pub unsafe trait Context : private::Sealed {
66
/// Flags for the ffi.
67
const FLAGS: c_uint;
0 commit comments