Skip to content

Commit 08ced04

Browse files
committed
fix typos
1 parent b1d7c0a commit 08ced04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ or [`hashes/embedded`](https://github.com/rust-bitcoin/rust-bitcoin/tree/master/
132132
### Just
133133

134134
We 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

bitcoin/src/consensus/encode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)