In the documentation of SslContextBuilder::set_certificate, we had written
"lthe" rather than "the". In this commit, we fix the typo.
This commit is contained in:
parent
93b2862b91
commit
7599cc5b43
|
|
@ -1037,7 +1037,7 @@ impl SslContextBuilder {
|
||||||
|
|
||||||
/// Sets the list of supported ciphers for the TLSv1.3 protocol.
|
/// Sets the list of supported ciphers for the TLSv1.3 protocol.
|
||||||
///
|
///
|
||||||
/// The `set_cipher_list` method controls lthe cipher suites for protocols before TLSv1.3.
|
/// The `set_cipher_list` method controls the cipher suites for protocols before TLSv1.3.
|
||||||
///
|
///
|
||||||
/// The format consists of TLSv1.3 ciphersuite names separated by `:` characters in order of
|
/// The format consists of TLSv1.3 ciphersuite names separated by `:` characters in order of
|
||||||
/// preference.
|
/// preference.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue