Skip to content

Commit

Permalink
Fix typo on gocognit.Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
uudashr committed Aug 2, 2021
1 parent 16f84d2 commit 5bf6714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gocognit.go
Expand Up @@ -344,7 +344,7 @@ func mergeBinaryOps(x []token.Token, op token.Token, y []token.Token) []token.To

const Doc = `Find complex function using cognitive complexity calculation.
The gocognit analysis repots functions or methods which the complexity is over
The gocognit analysis reports functions or methods which the complexity is over
than the specified limit.`

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

0 comments on commit 5bf6714

Please sign in to comment.