File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ or [`hashes/embedded`](https://github.com/rust-bitcoin/rust-bitcoin/tree/master/
132132### Just
133133
134134We support [ ` just ` ] ( https://just.systems/man/en/ ) for running dev workflow commands. Run ` just ` from
135- your shell to see list available sub-commands.
135+ your shell to see a list of available sub-commands.
136136
137137### Building the docs
138138
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ pub trait Decodable: Sized {
286286 ///
287287 /// ### Rules for trait implementations
288288 ///
289- /// * Simple types that that have a fixed size (own and member fields), don't have to overwrite
289+ /// * Simple types that have a fixed size (own and member fields), don't have to overwrite
290290 /// this method, or be concern with it.
291291 /// * Types that deserialize using externally provided length should implement it:
292292 /// * Make `consensus_decode` forward to `consensus_decode_bytes_from_finite_reader` with the
You can’t perform that action at this time.
0 commit comments