Skip to content

Commit 7d333d2

Browse files
daxpeddadjc
authored andcommitted
Fix typo in ConfigBuilder::with_root_certificates()
1 parent 1a149d8 commit 7d333d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustls/src/client/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use std::sync::Arc;
1414
use std::time::SystemTime;
1515

1616
impl ConfigBuilder<ClientConfig, WantsVerifier> {
17-
/// Choose how to verify client certificates.
17+
/// Choose how to verify server certificates.
1818
pub fn with_root_certificates(
1919
self,
2020
root_store: anchors::RootCertStore,

0 commit comments

Comments
 (0)