Skip to content

Commit d99c469

Browse files
authored
Update utils/commonerrors/errors.go
1 parent a11986c commit d99c469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/commonerrors/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ func Ignore(target error, ignore ...error) error {
255255
return target
256256
}
257257

258-
// IgnoreCorrespondTo will return nil if the target error matches one of the errors to ignore
258+
// IgnoreCorrespondTo will return nil if the target error matches one of the descriptions of errors to ignore
259259
func IgnoreCorrespondTo(target error, ignore ...string) error {
260260
if CorrespondTo(target, ignore...) {
261261
return nil

0 commit comments

Comments
 (0)