Skip to content

Commit 097ef01

Browse files
chore: fix typo in doc comment
Co-authored-by: Víctor Cuadrado Juan <2196685+viccuad@users.noreply.github.com> Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
1 parent 1f27540 commit 097ef01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/certs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async fn create_tls_config_and_watch_certificate_changes(
2323

2424
/// Return the RustlsConfig and watch for changes in the certificate files
2525
/// using inotify.
26-
/// When a both the certificate and its key are changed, the RustlsConfig is reloaded,
26+
/// When both the certificate and its key are changed, the RustlsConfig is reloaded,
2727
/// causing the https server to use the new certificate.
2828
///
2929
/// Relying on inotify is only available on linux

0 commit comments

Comments
 (0)