Skip to content

Commit 656f194

Browse files
committed
Remove capital letter in middle of docs sentence
Seems to be a typo, change the 'L' to an 'l'.
1 parent 6911734 commit 656f194

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
@@ -51,7 +51,7 @@ pub mod global {
5151
}
5252

5353

54-
/// A trait for all kinds of Context's that Lets you define the exact flags and a function to deallocate memory.
54+
/// A trait for all kinds of Context's that lets you define the exact flags and a function to deallocate memory.
5555
/// It shouldn't be possible to implement this for types outside this crate.
5656
pub unsafe trait Context : private::Sealed {
5757
/// Flags for the ffi.

0 commit comments

Comments
 (0)