fix spelling

This commit is contained in:
hidewrong
2024-04-18 00:02:44 +08:00
committed by GitHub
parent 30517698aa
commit c09426bcfe
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ type CountableError interface {
IsCounted() bool
}
// wrappedFatalError is an error wrapped so it will satisfy the
// wrappedCountableError is an error wrapped so it will satisfy the
// Retrier interface and return true
type wrappedCountableError struct {
error