fix: correct unknown subscription entity typo (#883)
This commit is contained in:
parent
d79a60183d
commit
62f048767c
|
|
@ -1776,7 +1776,7 @@ func IsErrUnknownSubscriptionEntityType(err error) bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (err *ErrUnknownSubscriptionEntityType) Error() string {
|
func (err *ErrUnknownSubscriptionEntityType) Error() string {
|
||||||
return fmt.Sprintf("Subscription entity type is unkowns [EntityType: %d]", err.EntityType)
|
return fmt.Sprintf("Subscription entity type is unknown [EntityType: %d]", err.EntityType)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ErrCodeUnknownSubscriptionEntityType holds the unique world-error code of this error
|
// ErrCodeUnknownSubscriptionEntityType holds the unique world-error code of this error
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue