08ced04d12 fix typos (wgyt)

Pull request description:

ACKs for top commit:
  tcharding:
    ACK 08ced04d12
  apoelstra:
    ACK 08ced04d124440d6b18d5815fd378f4f301f6d7d; successfully ran local tests

Tree-SHA512: 003fc80d2f2dd4e3b088e299776f811ab404314902314ee0136c08363328b2ddf72e7bace8b0440b58c4421922e99c9685b65cd5ef450433cc8b63023545fea9
This commit is contained in:
merge-script 2025-03-11 03:33:33 +00:00
commit 856ff4c34c
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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