Skip to content

Commit

Permalink
Use isn't instead of shouldn't
Browse files Browse the repository at this point in the history
This definitely isn't possible, change the phrase.
  • Loading branch information
tcharding committed Feb 10, 2022
1 parent c9e6ca1 commit f95e91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f95e91a

Please sign in to comment.