| author | |
| committer | |
| log | 37bbe7e93037069fa91415d464ce927bce4c7be0 |
| tree | 9fa32a7c4e8d209203d107b6be724d05e144f30a |
| parent | 42160327dc55fd4a00634cc3fd461a5844aa8e73 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/crypto/tls/Client.zig+1-1| ... | ... | @@ -112,7 +112,7 @@ pub const Options = struct { |
| 112 | 112 | /// No host verification is performed, which prevents a trusted connection from |
| 113 | 113 | /// being established. |
| 114 | 114 | 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. | |
| 116 | 116 | explicit: []const u8, |
| 117 | 117 | }, |
| 118 | 118 | /// How to verify the authenticity of server certificates. |