Skip to content

Commit 37bbe7e

Browse files
rofrolalexrp
authored andcommitted
typo: was issues -> was issued
1 parent 4216032 commit 37bbe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/crypto/tls/Client.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.

0 commit comments

Comments
 (0)