weird grammar
This commit is contained in:
parent
97a0ccc1d3
commit
48d36a7aa3
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ declare_clippy_lint! {
|
|||
/// Checks for the usage of the `to_le_bytes` method.
|
||||
///
|
||||
/// ### Why is this bad?
|
||||
/// It's not, but some may wish to lint usages of this method, either to suggest using the host
|
||||
/// It's not, but some may wish to lint usage of this method, either to suggest using the host
|
||||
/// endianness or big endian.
|
||||
///
|
||||
/// ### Example
|
||||
|
|
@ -49,7 +49,7 @@ declare_clippy_lint! {
|
|||
/// Checks for the usage of the `to_be_bytes` method.
|
||||
///
|
||||
/// ### Why is this bad?
|
||||
/// It's not, but some may wish to lint usages of this method, either to suggest using the host
|
||||
/// It's not, but some may wish to lint usage of this method, either to suggest using the host
|
||||
/// endianness or little endian.
|
||||
///
|
||||
/// ### Example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue