Remove capital letter in middle of docs sentence

Seems to be a typo, change the 'L' to an 'l'.
This commit is contained in:
Tobin Harding 2022-01-07 15:05:00 +11:00
parent 691173410a
commit 656f19407b
1 changed files with 1 additions and 1 deletions

View File

@ -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.
pub unsafe trait Context : private::Sealed {
/// Flags for the ffi.