Skip to content

Commit

Permalink
Fix typo in x509.SetFallbackRoots documentation
Browse files Browse the repository at this point in the history
Add a missing space between the environment variables, see also #43958 (comment).
  • Loading branch information
edigaryev authored Jun 7, 2023
1 parent 34c0714 commit 5488723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/x509/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var x509usefallbackroots = godebug.New("x509usefallbackroots")
// panic.
//
// The fallback behavior can be forced on all platforms, even when there is a
// system certificate pool, by setting GODEBUG=x509usefallbackroots=1 (note that
// system certificate pool, by setting GODEBUG=x509 usefallbackroots=1 (note that
// on Windows and macOS this will disable usage of the platform verification
// APIs and cause the pure Go verifier to be used). Setting
// x509usefallbackroots=1 without calling SetFallbackRoots has no effect.
Expand Down

0 comments on commit 5488723

Please sign in to comment.