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 6911734 commit 656f194Copy full SHA for 656f194
src/context.rs
@@ -51,7 +51,7 @@ pub mod global {
51
}
52
53
54
-/// A trait for all kinds of Context's that Lets you define the exact flags and a function to deallocate memory.
+/// A trait for all kinds of Context's that lets you define the exact flags and a function to deallocate memory.
55
/// It shouldn't be possible to implement this for types outside this crate.
56
pub unsafe trait Context : private::Sealed {
57
/// Flags for the ffi.
0 commit comments