Merge rust-bitcoin/rust-bitcoin#4226: fix typos
08ced04d12
fix typos (wgyt) Pull request description: ACKs for top commit: tcharding: ACK08ced04d12
apoelstra: ACK 08ced04d124440d6b18d5815fd378f4f301f6d7d; successfully ran local tests Tree-SHA512: 003fc80d2f2dd4e3b088e299776f811ab404314902314ee0136c08363328b2ddf72e7bace8b0440b58c4421922e99c9685b65cd5ef450433cc8b63023545fea9
This commit is contained in:
commit
856ff4c34c
|
@ -132,7 +132,7 @@ or [`hashes/embedded`](https://github.com/rust-bitcoin/rust-bitcoin/tree/master/
|
|||
### Just
|
||||
|
||||
We support [`just`](https://just.systems/man/en/) for running dev workflow commands. Run `just` from
|
||||
your shell to see list available sub-commands.
|
||||
your shell to see a list of available sub-commands.
|
||||
|
||||
### Building the docs
|
||||
|
||||
|
|
|
@ -286,7 +286,7 @@ pub trait Decodable: Sized {
|
|||
///
|
||||
/// ### Rules for trait implementations
|
||||
///
|
||||
/// * Simple types that that have a fixed size (own and member fields), don't have to overwrite
|
||||
/// * Simple types that have a fixed size (own and member fields), don't have to overwrite
|
||||
/// this method, or be concern with it.
|
||||
/// * Types that deserialize using externally provided length should implement it:
|
||||
/// * Make `consensus_decode` forward to `consensus_decode_bytes_from_finite_reader` with the
|
||||
|
|
Loading…
Reference in New Issue