Fix grammar error

This commit is contained in:
Mariano Cano 2018-11-27 16:29:14 -08:00
parent c0107ab5b9
commit 7e2f80ac30

View file

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