Skip to content

Commit

Permalink
Chore: Fix typo in complexity.js (#12864)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshevlin committed Feb 4, 2020
1 parent d6c313d commit 055b80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/complexity.js
@@ -1,6 +1,6 @@
/**
* @fileoverview Counts the cyclomatic complexity of each function of the script. See http://en.wikipedia.org/wiki/Cyclomatic_complexity.
* Counts the number of if, conditional, for, whilte, try, switch/case,
* Counts the number of if, conditional, for, while, try, switch/case,
* @author Patrick Brosset
*/

Expand Down

0 comments on commit 055b80d

Please sign in to comment.