Fix typo.

pull/164/head
Mariano Cano 4 years ago
parent b724f5a338
commit dd5a96a42e

@ -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
}

Loading…
Cancel
Save