Fix typo.

This commit is contained in:
Mariano Cano 2020-02-14 10:42:50 -08:00
parent b724f5a338
commit dd5a96a42e

View file

@ -52,7 +52,7 @@ func New(ctx context.Context, opts apiv1.Options) (*SoftKMS, error) {
return &SoftKMS{}, nil
}
// Closes is a noop that just returns nil.
// Close is a noop that just returns nil.
func (k *SoftKMS) Close() error {
return nil
}