Skip to content

Commit 8c13fd4

Browse files
committed
fix typo with read and write
1 parent c925bd0 commit 8c13fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-webhook/src/tls/cert_resolver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub enum CertificateResolverError {
6161
#[derive(Debug)]
6262
pub struct CertificateResolver {
6363
/// Using a [`ArcSwap`] (over e.g. [`tokio::sync::RwLock`]), so that we can easily
64-
/// (and performant) bridge between async write and sync write.
64+
/// (and performant) bridge between async write and sync read.
6565
current_certified_key: ArcSwap<CertifiedKey>,
6666
subject_alterative_dns_names: Arc<Vec<String>>,
6767

0 commit comments

Comments
 (0)