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 43da48b commit d2ba147Copy full SHA for d2ba147
primitives/src/transaction.rs
@@ -845,7 +845,7 @@ mod tests {
845
fn out_point_serde_deserialize_non_human_readable() {
846
#[rustfmt::skip]
847
let bytes = [
848
- // Length, pre-pended by the `serde` infrastructure because we use
+ // Length, prepended by the `serde` infrastructure because we use
849
// slice serialization instead of array even though we know the length.
850
32, 0, 0, 0, 0, 0, 0, 0,
851
// The txid bytes
0 commit comments