Skip to content

Commit 674b24f

Browse files
committed
a
1 parent 33c669c commit 674b24f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub struct MitmProxy<I> {
3636
/// If None, proxy will just tunnel HTTPS traffic and will not observe HTTPS traffic.
3737
pub root_issuer: Option<I>,
3838
/// Cache to store generated certificates. If None, cache will not be used.
39-
/// If root_cert is None, cache will not be used.
39+
/// If root_issuer is None, cache will not be used.
4040
///
4141
/// The key of cache is hostname.
4242
pub cert_cache: Option<Cache<String, CertifiedKeyDer>>,

0 commit comments

Comments
 (0)