Skip to content

Commit a29f9b8

Browse files
committed
Fix function comments based on best practices from Effective Go
Signed-off-by: CodeLingoBot <[email protected]>
1 parent 59fdb05 commit a29f9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/porcelain/site.go

Lines changed: 1 addition & 1 deletion
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)