File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ declare_clippy_lint! {
30
30
/// Checks for the usage of the `to_le_bytes` method.
31
31
///
32
32
/// ### 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
34
34
/// endianness or big endian.
35
35
///
36
36
/// ### Example
@@ -49,7 +49,7 @@ declare_clippy_lint! {
49
49
/// Checks for the usage of the `to_be_bytes` method.
50
50
///
51
51
/// ### 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
53
53
/// endianness or little endian.
54
54
///
55
55
/// ### Example
You can’t perform that action at this time.
0 commit comments