Skip to content

Commit 5bf6714

Browse files
committed
Fix typo on gocognit.Doc
1 parent 16f84d2 commit 5bf6714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gocognit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ func mergeBinaryOps(x []token.Token, op token.Token, y []token.Token) []token.To
344344

345345
const Doc = `Find complex function using cognitive complexity calculation.
346346
347-
The gocognit analysis repots functions or methods which the complexity is over
347+
The gocognit analysis reports functions or methods which the complexity is over
348348
than the specified limit.`
349349

350350
// Analyzer reports a diagnostic for every function or method which is

0 commit comments

Comments
 (0)