Commit 5bb085c
committed
Merge rust-bitcoin#5048: fix grammar in API test comments
5cd163d fix grammar in API test comments (viktorking7)
Pull request description:
```markdown
Fixed subject-verb agreement in API test documentation comments.
### Changes
- **Files affected:** `hashes/tests/api.rs`, `io/tests/api.rs`, `primitives/tests/api.rs`
- **Fix:** Changed "The point of these tests **are**" → "The point of these tests **is**"
### Why
The subject "The point" is singular, requiring the singular verb "is" instead of "are".
```
ACKs for top commit:
apoelstra:
ACK 5cd163d; successfully ran local tests
Tree-SHA512: ad939c64daee5a960574f9625fc4afc21b4e68a1f7ebac1ec9e42196a0428fdc0cf6bf56bb6428f710ec574860ba0b46bc66fff7506ff2fc4c26ba8e8db7f3c23 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments