Skip to content

Commit 60bfa0c

Browse files
authored
Merge pull request #157 from CodeLingoBot/rewrite
Fix function comments based on best practices from Effective Go
2 parents 59fdb05 + a29f9b8 commit 60bfa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/porcelain/site.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (n *Netlify) UpdateSite(ctx context.Context, site *models.SiteSetup) (*mode
6262
return resp.Payload, nil
6363
}
6464

65-
// ConfigureSiteTLS provisions a TLS certificate for a site with a custom domain.
65+
// ConfigureSiteTLSCertificate provisions a TLS certificate for a site with a custom domain.
6666
// It uses Let's Encrypt if the certificate is empty.
6767
func (n *Netlify) ConfigureSiteTLSCertificate(ctx context.Context, siteID string, cert *CustomTLSCertificate) (*models.SniCertificate, error) {
6868
authInfo := context.GetAuthInfo(ctx)

0 commit comments

Comments
 (0)