Skip to content

Commit 269bde0

Browse files
committed
Remove unnecessary capitalisation
'context' does not need need a capital letter in the middle of a sentence.
1 parent ecb6261 commit 269bde0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/context.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ pub mod global {
6060
}
6161

6262

63-
/// A trait for all kinds of Context's that lets you define the exact flags and a function to deallocate memory.
64-
/// It shouldn't be possible to implement this for types outside this crate.
63+
/// A trait for all kinds of contexts that lets you define the exact flags and a function to
64+
/// deallocate memory. It shouldn't be possible to implement this for types outside this crate.
6565
pub unsafe trait Context : private::Sealed {
6666
/// Flags for the ffi.
6767
const FLAGS: c_uint;

0 commit comments

Comments
 (0)