mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
Fix abbreviations in document
This commit is contained in:
parent
25fd8c6ba1
commit
97301434cd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ declare_lint! {
|
|||
}
|
||||
|
||||
/// **What it does:** Checks for possible missing comma in an array. It lints if
|
||||
/// an array element is a binary op and it lies on two lines.
|
||||
/// an array element is a binary operator expression and it lies on two lines.
|
||||
///
|
||||
/// **Why is this bad?** This could lead to unexpected results.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue