From 656f19407b4e57b20a28ab0956407e63f45cfdaf Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Fri, 7 Jan 2022 15:05:00 +1100 Subject: [PATCH] Remove capital letter in middle of docs sentence Seems to be a typo, change the 'L' to an 'l'. --- src/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.rs b/src/context.rs index 627e016..8435680 100644 --- a/src/context.rs +++ b/src/context.rs @@ -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.