Skip to content

Commit fe76cad

Browse files
committed
Merge #366: Remove capital letter in middle of docs sentence
656f194 Remove capital letter in middle of docs sentence (Tobin Harding) Pull request description: (Candidate for most trivial patch of all time.) Seems to be a typo, change the 'L' to an 'l'. ACKs for top commit: real-or-random: ACK 656f194 Tree-SHA512: 06a4712868c3195a8465b9cf7bd39e55a30e37574086ca27cb032e0109a8fe053411426a15bcb354642bf78e6420b6fa2789ca487c6cc499f741a11220d5dc22
2 parents db11cf9 + 656f194 commit fe76cad

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)