We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f27540 commit 097ef01Copy full SHA for 097ef01
src/certs.rs
@@ -23,7 +23,7 @@ async fn create_tls_config_and_watch_certificate_changes(
23
24
/// Return the RustlsConfig and watch for changes in the certificate files
25
/// using inotify.
26
-/// When a both the certificate and its key are changed, the RustlsConfig is reloaded,
+/// When both the certificate and its key are changed, the RustlsConfig is reloaded,
27
/// causing the https server to use the new certificate.
28
///
29
/// Relying on inotify is only available on linux
0 commit comments