Skip to content

Commit 5cd163d

Browse files
committed
fix grammar in API test comments
1 parent db16f18 commit 5cd163d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hashes/tests/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
//! Test the API surface of `units`.
44
//!
5-
//! The point of these tests are to check the API surface as opposed to test the API functionality.
5+
//! The point of these tests is to check the API surface as opposed to test the API functionality.
66
//!
77
//! ref: <https://rust-lang.github.io/api-guidelines/about.html>
88

io/tests/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Test the API surface of `io`.
22
//!
3-
//! The point of these tests are to check the API surface as opposed to test the API functionality.
3+
//! The point of these tests is to check the API surface as opposed to test the API functionality.
44
//!
55
//! ref: <https://rust-lang.github.io/api-guidelines/about.html>
66

primitives/tests/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
//! Test the API surface of `primitives`.
44
//!
5-
//! The point of these tests are to check the API surface as opposed to test the API functionality.
5+
//! The point of these tests is to check the API surface as opposed to test the API functionality.
66
//!
77
//! ref: <https://rust-lang.github.io/api-guidelines/about.html>
88

0 commit comments

Comments
 (0)