Skip to content

Commit 48d36a7

Browse files
committed
weird grammar
1 parent 97a0ccc commit 48d36a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/endian_bytes.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ declare_clippy_lint! {
3030
/// Checks for the usage of the `to_le_bytes` method.
3131
///
3232
/// ### Why is this bad?
33-
/// It's not, but some may wish to lint usages of this method, either to suggest using the host
33+
/// It's not, but some may wish to lint usage of this method, either to suggest using the host
3434
/// endianness or big endian.
3535
///
3636
/// ### Example
@@ -49,7 +49,7 @@ declare_clippy_lint! {
4949
/// Checks for the usage of the `to_be_bytes` method.
5050
///
5151
/// ### Why is this bad?
52-
/// It's not, but some may wish to lint usages of this method, either to suggest using the host
52+
/// It's not, but some may wish to lint usage of this method, either to suggest using the host
5353
/// endianness or little endian.
5454
///
5555
/// ### Example

0 commit comments

Comments
 (0)