Commit 3204622
committed
Merge rust-bitcoin#5013: docs: fix typos
d2ba147 Update transaction.rs (viktorking7)
43da48b Update primitives.md (viktorking7)
Pull request description:
```markdown
## Summary
Minor documentation improvements and typo fixes across the codebase.
- **`docs/primitives.md`**:
- Fix typo: `consenus-encoding` → `consensus-encoding`
- **`primitives/src/transaction.rs`**:
- Fix typo: `pre-pended` → `prepended` in serde comment
```
ACKs for top commit:
apoelstra:
ACK d2ba147; successfully ran local tests
Tree-SHA512: 1c6f039e9f240e65178d5fa78544e21c1a458971c3031ecd7fa504067d723f5a6264389ba2ed05a57a019a4a49693e2d114a6c2706157b51ca58c3037ff3461b2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
848 | | - | |
| 848 | + | |
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
| |||
0 commit comments