We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd283b commit 6a8d99eCopy full SHA for 6a8d99e
README.md
@@ -70,7 +70,7 @@ decent starting point.
70
`cyclomatic` is a more advanced strategy that uses the [cyclomatic complexity][cyclomatic]
71
of functions. Basically, the more nesting you have, the more complex your function is.
72
73
-`halstead` is a more advanced strategy that uses the [halstead complexity][halstead]`.
+`halstead` is a more advanced strategy that uses the [halstead complexity][halstead].
74
It will evaluate complexity based on the number of operands, operators and operands per operator.
75
Basically, the more diverse operators you have, the more complex your function is.
76
0 commit comments