We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0d166 commit 16045e4Copy full SHA for 16045e4
crates/stackable-webhook/src/lib.rs
@@ -38,9 +38,9 @@ pub enum WebhookServerError {
38
EncodeCertificateAuthorityAsPem { source: x509_cert::der::Error },
39
}
40
41
-/// An HTTPS server that serves a bunch of webhooks.
+/// An HTTPS server that serves one or more webhooks.
42
///
43
-/// It handles TLS certificate rotation.
+/// It also handles TLS certificate rotation.
44
45
/// ### Example usage
46
0 commit comments