Skip to content

Commit 16045e4

Browse files
Apply suggestions from code review
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent ef0d166 commit 16045e4

File tree

1 file changed

+2
-2
lines changed
  • crates/stackable-webhook/src

1 file changed

+2
-2
lines changed

crates/stackable-webhook/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ pub enum WebhookServerError {
3838
EncodeCertificateAuthorityAsPem { source: x509_cert::der::Error },
3939
}
4040

41-
/// An HTTPS server that serves a bunch of webhooks.
41+
/// An HTTPS server that serves one or more webhooks.
4242
///
43-
/// It handles TLS certificate rotation.
43+
/// It also handles TLS certificate rotation.
4444
///
4545
/// ### Example usage
4646
///

0 commit comments

Comments
 (0)