Skip to content

Commit

Permalink
Remove unnecessary capitalisation
Browse files Browse the repository at this point in the history
'context' does not need need a capital letter in the middle of a
sentence.
  • Loading branch information
tcharding committed Feb 9, 2022
1 parent ecb6261 commit 269bde0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ pub mod global {
}


/// 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.
/// A trait for all kinds of contexts 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.
const FLAGS: c_uint;
Expand Down

0 comments on commit 269bde0

Please sign in to comment.