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 7fd9a90 commit c09e5edCopy full SHA for c09e5ed
bitcoin/examples/serde.rs
@@ -19,7 +19,7 @@ pub struct Foo {
19
20
/// This works but it's little-endian which may be hard to read.
21
///
22
- /// Integer wrapper types are more readable if the explicitly use a unit.
+ /// Integer wrapper types are more readable if they explicitly use a unit.
23
#[serde(with = "consensus::serde::With::<Hex>")]
24
this: Amount,
25
0 commit comments