impotent -> idempotent
These words do not mean the same thing... Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
parent
9ed5dcb031
commit
381a2e749a
@ -10,7 +10,7 @@ import (
|
||||
auth1alpha1 "go.pinniped.dev/generated/1.19/apis/concierge/authentication/v1alpha1"
|
||||
)
|
||||
|
||||
// Closer is a type that can be closed impotently.
|
||||
// Closer is a type that can be closed idempotently.
|
||||
//
|
||||
// This type is slightly different from io.Closer, because io.Closer can return an error and is not
|
||||
// necessarily idempotent.
|
||||
|
Loading…
Reference in New Issue
Block a user