Skip to content

Commit 31b128b

Browse files
committed
fix rustdocs
1 parent b4c22b0 commit 31b128b

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
@@ -56,7 +56,7 @@ pub trait WebhookHandler<Req, Res> {
5656
fn call(self, req: Req) -> Res;
5757
}
5858

59-
/// A result type alias with the library-level [`Error`] type as the default error type.
59+
/// A result type alias with the [`WebhookError`] type as the default error type.
6060
pub type Result<T, E = WebhookError> = std::result::Result<T, E>;
6161

6262
#[derive(Debug, Snafu)]

0 commit comments

Comments
 (0)