fix typos

This commit is contained in:
wgyt 2025-03-10 09:04:59 +08:00
parent b1d7c0a0a2
commit 08ced04d12
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