We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c57966 commit 72af640Copy full SHA for 72af640
bitcoin/examples/io.rs
@@ -46,7 +46,7 @@ fn encode_decode_from_stdlib_type() {
46
///
47
/// To use the `Encodable` (and `Decodable`) traits you can implement the `bitcoin_io` traits.
48
fn encode_to_custom_type() {
49
- /// A byte counter - counts how many bytes where written to it.
+ /// A byte counter - counts how many bytes were written to it.
50
struct WriteCounter {
51
count: usize,
52
}
@@ -96,7 +96,7 @@ fn encode_using_wrapper() {
96
97
98
mod pretend_this_is_some_other_crate {
99
100
pub struct WriteCounter {
101
102
0 commit comments