Skip to content

Commit f95e91a

Browse files
committed
Use isn't instead of shouldn't
This definitely isn't possible, change the phrase.
1 parent c9e6ca1 commit f95e91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub mod global {
6161

6262

6363
/// 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.
64+
/// deallocate memory. It isn't possible to implement this for types outside this crate.
6565
pub unsafe trait Context : private::Sealed {
6666
/// Flags for the ffi.
6767
const FLAGS: c_uint;

0 commit comments

Comments
 (0)