Skip to content

Commit

Permalink
fix docs issue in identity-shorthand rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimomer committed May 19, 2016
1 parent 1b8db15 commit 893b6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/identity-shorthand.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var topScore = _.max(scores, function (score) {
The following patterns are not considered warnings:
```js
/*eslint lodash/identity-shorthand: [2, "never"]
/*eslint lodash/identity-shorthand: [2, "never"] */
var topScore = _.max(scores);
```

Expand Down

0 comments on commit 893b6ad

Please sign in to comment.