diff --git a/staging/src/k8s.io/apiserver/pkg/cel/library/authz.go b/staging/src/k8s.io/apiserver/pkg/cel/library/authz.go index 8d5a39d64d4..606e5769adb 100644 --- a/staging/src/k8s.io/apiserver/pkg/cel/library/authz.go +++ b/staging/src/k8s.io/apiserver/pkg/cel/library/authz.go @@ -156,7 +156,7 @@ import ( // allowed // // Returns true if the authorizer's decision for the check is "allow". Note that if the authorizer's decision is -// "no opinion", that both the 'allowed' and 'denied' functions will return false. +// "no opinion", that the 'allowed' function will return false. // // .allowed() //