docs: fix 'than'->'that' typo in deprecatedAPIError godoc

Signed-off-by: Kai Tanaka <275430420+quyentonndbs@users.noreply.github.com>
pull/32122/head
Kai Tanaka 2 weeks ago
parent 0f09636c79
commit 2032ec5cba

@ -28,7 +28,7 @@ import (
kscheme "k8s.io/client-go/kubernetes/scheme"
)
// deprecatedAPIError indicates than an API is deprecated in Kubernetes
// deprecatedAPIError indicates that an API is deprecated in Kubernetes
type deprecatedAPIError struct {
Deprecated string
Message string

@ -28,7 +28,7 @@ import (
kscheme "k8s.io/client-go/kubernetes/scheme"
)
// deprecatedAPIError indicates than an API is deprecated in Kubernetes
// deprecatedAPIError indicates that an API is deprecated in Kubernetes
type deprecatedAPIError struct {
Deprecated string
Message string

Loading…
Cancel
Save