Skip to content

Commit c09e5ed

Browse files
authored
fix pronoun "the" to "they" in serde.rs comment
1 parent 7fd9a90 commit c09e5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin/examples/serde.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub struct Foo {
1919

2020
/// This works but it's little-endian which may be hard to read.
2121
///
22-
/// Integer wrapper types are more readable if the explicitly use a unit.
22+
/// Integer wrapper types are more readable if they explicitly use a unit.
2323
#[serde(with = "consensus::serde::With::<Hex>")]
2424
this: Amount,
2525

0 commit comments

Comments
 (0)