Commit ee8e836
committed
Merge rust-bitcoin#5118: docs: fix grammatical issues in code comments
865417d docs: fix grammatical issues in code comments (radik878)
Pull request description:
Corrected some moments in code comments
1) an code -> a code
2) script_p2sh_p2p2k_template -> script_p2sh_p2pkh_template (p2p2k -> p2pkh)
3) And looking at other similar examples i thought there should be a whitespace between ';' and e
ACKs for top commit:
apoelstra:
ACK 865417d; successfully ran local tests
Tree-SHA512: 4b17e1b71eb0cb57b1dc44b97bfcffc36c110f336631408f93f2cb8afaccf3ce2ea9625adba8d6da4fa10d396c75fde54efebfc8fd59daf5db20d896dc08601bFile tree
3 files changed
+3
-3
lines changed- bitcoin/src
- blockdata/script
- crypto
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
| 626 | + | |
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1144 | 1144 | | |
1145 | 1145 | | |
1146 | 1146 | | |
1147 | | - | |
| 1147 | + | |
1148 | 1148 | | |
1149 | 1149 | | |
1150 | 1150 | | |
| |||
0 commit comments