@@ -1120,7 +1120,7 @@ impl SslContextBuilder {
1120
1120
1121
1121
/// Sets the minimum supported protocol version.
1122
1122
///
1123
- /// A value of `None` will enable protocol versions down the the lowest version supported by
1123
+ /// A value of `None` will enable protocol versions down to the lowest version supported by
1124
1124
/// OpenSSL.
1125
1125
///
1126
1126
/// Requires OpenSSL 1.1.0 or LibreSSL 2.6.1 or newer.
@@ -1138,7 +1138,7 @@ impl SslContextBuilder {
1138
1138
1139
1139
/// Sets the maximum supported protocol version.
1140
1140
///
1141
- /// A value of `None` will enable protocol versions down the the highest version supported by
1141
+ /// A value of `None` will enable protocol versions up to the highest version supported by
1142
1142
/// OpenSSL.
1143
1143
///
1144
1144
/// Requires OpenSSL 1.1.0 or or LibreSSL 2.6.1 or newer.
@@ -1156,7 +1156,7 @@ impl SslContextBuilder {
1156
1156
1157
1157
/// Gets the minimum supported protocol version.
1158
1158
///
1159
- /// A value of `None` indicates that all versions down the the lowest version supported by
1159
+ /// A value of `None` indicates that all versions down to the lowest version supported by
1160
1160
/// OpenSSL are enabled.
1161
1161
///
1162
1162
/// Requires OpenSSL 1.1.0g or LibreSSL 2.7.0 or newer.
@@ -1175,7 +1175,7 @@ impl SslContextBuilder {
1175
1175
1176
1176
/// Gets the maximum supported protocol version.
1177
1177
///
1178
- /// A value of `None` indicates that all versions down the the highest version supported by
1178
+ /// A value of `None` indicates that all versions up to the highest version supported by
1179
1179
/// OpenSSL are enabled.
1180
1180
///
1181
1181
/// Requires OpenSSL 1.1.0g or LibreSSL 2.7.0 or newer.
@@ -3223,7 +3223,7 @@ impl SslRef {
3223
3223
3224
3224
/// Sets the minimum supported protocol version.
3225
3225
///
3226
- /// A value of `None` will enable protocol versions down the the lowest version supported by
3226
+ /// A value of `None` will enable protocol versions down to the lowest version supported by
3227
3227
/// OpenSSL.
3228
3228
///
3229
3229
/// Requires OpenSSL 1.1.0 or LibreSSL 2.6.1 or newer.
@@ -3241,7 +3241,7 @@ impl SslRef {
3241
3241
3242
3242
/// Sets the maximum supported protocol version.
3243
3243
///
3244
- /// A value of `None` will enable protocol versions down the the highest version supported by
3244
+ /// A value of `None` will enable protocol versions up to the highest version supported by
3245
3245
/// OpenSSL.
3246
3246
///
3247
3247
/// Requires OpenSSL 1.1.0 or or LibreSSL 2.6.1 or newer.
0 commit comments