Merge rust-bitcoin/rust-secp256k1#366: Remove capital letter in middle of docs sentence

656f19407b 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 656f19407b

Tree-SHA512: 06a4712868c3195a8465b9cf7bd39e55a30e37574086ca27cb032e0109a8fe053411426a15bcb354642bf78e6420b6fa2789ca487c6cc499f741a11220d5dc22
This commit is contained in:
Andrew Poelstra 2022-01-07 17:28:12 +00:00
commit fe76cada92
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -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. /// It shouldn't be possible to implement this for types outside this crate.
pub unsafe trait Context : private::Sealed { pub unsafe trait Context : private::Sealed {
/// Flags for the ffi. /// Flags for the ffi.