Merge pull request #1208 from Sach1nAgarwal/comment2

Fix documentation typo of "the"
This commit is contained in:
Steven Fackler 2019-12-20 09:14:58 -05:00 committed by GitHub
commit 0815ac9b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1037,7 +1037,7 @@ impl SslContextBuilder {
/// 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
/// preference.