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: ACK656f19407b
Tree-SHA512: 06a4712868c3195a8465b9cf7bd39e55a30e37574086ca27cb032e0109a8fe053411426a15bcb354642bf78e6420b6fa2789ca487c6cc499f741a11220d5dc22
This commit is contained in:
commit
fe76cada92
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue