| author | |
| committer | |
| log | 74a79da4ecb2a734b479e0a19e004b30e4d5cfd4 |
| tree | 034bc44a8ef1dfbb9c0c53238ecf848edbd0d54f |
| parent | 18b821666e13bf6d0279f328d2575e1b10bf157f |
| signature |
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. |