We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4216032 commit 37bbe7eCopy full SHA for 37bbe7e
lib/std/crypto/tls/Client.zig
@@ -112,7 +112,7 @@ pub const Options = struct {
112
/// No host verification is performed, which prevents a trusted connection from
113
/// being established.
114
no_verification,
115
- /// Verify that the server certificate was issues for a given host.
+ /// Verify that the server certificate was issued for a given host.
116
explicit: []const u8,
117
},
118
/// How to verify the authenticity of server certificates.
0 commit comments