Skip to content

Commit 25c1e80

Browse files
Update crates/stackable-webhook/src/lib.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 16045e4 commit 25c1e80

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/stackable-webhook/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub struct WebhookServer {
6969

7070
#[derive(Clone, Debug)]
7171
pub struct WebhookServerOptions {
72-
/// The default HTTPS socket address the [`TcpListener`][tokio::net::TcpListener]
72+
/// The HTTPS socket address the [`TcpListener`][tokio::net::TcpListener]
7373
/// binds to.
7474
pub socket_addr: SocketAddr,
7575

0 commit comments

Comments
 (0)