Remove capital letter in middle of docs sentence
Seems to be a typo, change the 'L' to an 'l'.
This commit is contained in:
parent
691173410a
commit
656f19407b
|
@ -51,7 +51,7 @@ pub mod global {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// 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.
|
||||||
/// It shouldn't be possible to implement this for types outside this crate.
|
/// It shouldn't be possible to implement this for types outside this crate.
|
||||||
pub unsafe trait Context : private::Sealed {
|
pub unsafe trait Context : private::Sealed {
|
||||||
/// Flags for the ffi.
|
/// Flags for the ffi.
|
||||||
|
|
Loading…
Reference in New Issue