Skip to content

Commit 5488723

Browse files
authored
Fix typo in x509.SetFallbackRoots documentation
Add a missing space between the environment variables, see also #43958 (comment).
1 parent 34c0714 commit 5488723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/x509/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var x509usefallbackroots = godebug.New("x509usefallbackroots")
4444
// panic.
4545
//
4646
// The fallback behavior can be forced on all platforms, even when there is a
47-
// system certificate pool, by setting GODEBUG=x509usefallbackroots=1 (note that
47+
// system certificate pool, by setting GODEBUG=x509 usefallbackroots=1 (note that
4848
// on Windows and macOS this will disable usage of the platform verification
4949
// APIs and cause the pure Go verifier to be used). Setting
5050
// x509usefallbackroots=1 without calling SetFallbackRoots has no effect.

0 commit comments

Comments
 (0)