diff --git a/src/subsystem/subsystem_builder.rs b/src/subsystem/subsystem_builder.rs index c1fbca9..e2d0e73 100644 --- a/src/subsystem/subsystem_builder.rs +++ b/src/subsystem/subsystem_builder.rs @@ -49,7 +49,7 @@ where /// /// The default is [`ErrorAction::Forward`]. /// - /// For more information, see [ErrorAction]. + /// For more information, see [`ErrorAction`]. pub fn on_failure(mut self, action: ErrorAction) -> Self { self.failure_action = action; self @@ -60,7 +60,7 @@ where /// /// The default is [`ErrorAction::Forward`]. /// - /// For more information, see [ErrorAction]. + /// For more information, see [`ErrorAction`]. pub fn on_panic(mut self, action: ErrorAction) -> Self { self.panic_action = action; self