Skip to content

Commit d49a521

Browse files
committed
internal/playmock: fix godoc for ProxyEnv
1 parent 8e9a125 commit d49a521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/playmock/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ func TestRunProxy(t interface {
357357
// - HTTPS_PROXY
358358
// - SSL_CERT_FILE
359359
//
360-
// Note: [crypto/x509.SystemCertPool()] has builtin support for SSL_CERT_FILE only on some platforms.
360+
// Note: [crypto/x509.SystemCertPool]() has builtin support for SSL_CERT_FILE only on some platforms.
361361
// So you might want to add explicit support for that variable in a Go program that connects to the proxy
362362
// (see [net/http.Transport], [tls.Config]) for Windows, macOS support:
363363
//

0 commit comments

Comments
 (0)