Skip to content

Commit

Permalink
chore(typo): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorgan committed Apr 11, 2024
1 parent 677e9ed commit 9a2fac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errcheck/errcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (r *Result) Append(other Result) {
r.UncheckedErrors = append(r.UncheckedErrors, other.UncheckedErrors...)
}

// Unique Returns the unique errors that have been accumulated. Duplicates may occur
// Unique returns the unique errors that have been accumulated. Duplicates may occur
// when a file containing an unchecked error belongs to > 1 package.
//
// The method receiver remains unmodified after the call to Unique.
Expand Down

0 comments on commit 9a2fac7

Please sign in to comment.