Fix typo, missing word
Add a 'by' to fix the grammar in sentence.
This commit is contained in:
parent
60318c4c71
commit
bcfabc3556
|
@ -2,7 +2,7 @@
|
|||
|
||||
//! ECDSA Bitcoin signatures.
|
||||
//!
|
||||
//! This module provides ECDSA signatures used Bitcoin that can be roundtrip (de)serialized.
|
||||
//! This module provides ECDSA signatures used by Bitcoin that can be roundtrip (de)serialized.
|
||||
|
||||
use core::str::FromStr;
|
||||
use core::{fmt, iter};
|
||||
|
|
Loading…
Reference in New Issue