Skip to content

Commit 6a8d99e

Browse files
committed
docs: remove typo
1 parent 7dd283b commit 6a8d99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ decent starting point.
7070
`cyclomatic` is a more advanced strategy that uses the [cyclomatic complexity][cyclomatic]
7171
of functions. Basically, the more nesting you have, the more complex your function is.
7272

73-
`halstead` is a more advanced strategy that uses the [halstead complexity][halstead]`.
73+
`halstead` is a more advanced strategy that uses the [halstead complexity][halstead].
7474
It will evaluate complexity based on the number of operands, operators and operands per operator.
7575
Basically, the more diverse operators you have, the more complex your function is.
7676

0 commit comments

Comments
 (0)