Fix abbreviations in document

This commit is contained in:
Bood Qian 2017-02-04 20:11:43 +08:00
parent 25fd8c6ba1
commit 97301434cd
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///