Skip to content

Commit

Permalink
Fix abbreviations in document
Browse files Browse the repository at this point in the history
  • Loading branch information
Bood Qian committed Feb 4, 2017
1 parent 25fd8c6 commit 9730143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/formatting.rs
Expand Up @@ -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.
///
Expand Down

0 comments on commit 9730143

Please sign in to comment.