diff --git a/src/context.rs b/src/context.rs index 310da6d..15a4b20 100644 --- a/src/context.rs +++ b/src/context.rs @@ -60,8 +60,8 @@ pub mod global { } -/// A trait for all kinds of Context's 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. +/// 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. pub unsafe trait Context : private::Sealed { /// Flags for the ffi. const FLAGS: c_uint;