Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
uudashr and Copilot authored Dec 7, 2024
1 parent f67d1db commit ecddec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gocognit.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Stat struct {
Diagnostics []Diagnostic `json:",omitempty"`
}

// Diagnostic contrains information how the complexity increase.
// Diagnostic contains information how the complexity increase.
type Diagnostic struct {
Inc int
Nesting int `json:",omitempty"`
Expand Down

0 comments on commit ecddec5

Please # to comment.