authorgravatar for rofrol@gmail.comRoman Frołow <rofrol@gmail.com> 2025-03-14 23:55:24+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-03-15 12:14:00+01:00
log37bbe7e93037069fa91415d464ce927bce4c7be0
tree9fa32a7c4e8d209203d107b6be724d05e144f30a
parent42160327dc55fd4a00634cc3fd461a5844aa8e73

typo: was issues -> was issued


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/crypto/tls/Client.zig+1-1
......@@ -112,7 +112,7 @@ pub const Options = struct {
112112 /// No host verification is performed, which prevents a trusted connection from
113113 /// being established.
114114 no_verification,
115 /// Verify that the server certificate was issues for a given host.
115 /// Verify that the server certificate was issued for a given host.
116116 explicit: []const u8,
117117 },
118118 /// How to verify the authenticity of server certificates.