forked from TrueCloudLab/certificates
Fix grammar error
This commit is contained in:
parent
c0107ab5b9
commit
7e2f80ac30
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
// certificate.
|
||||
type RenewFunc func() (*tls.Certificate, error)
|
||||
|
||||
// TLSRenewer automatically renews a tls certificate using a give RenewFunc.
|
||||
// TLSRenewer automatically renews a tls certificate using a RenewFunc.
|
||||
type TLSRenewer struct {
|
||||
sync.RWMutex
|
||||
RenewCertificate RenewFunc
|
||||
|
|
Loading…
Reference in a new issue