From 80a97ac2ab5098a957dae5c257aea6f1e94a8cd6 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Sat, 8 Jun 2024 16:08:15 +0200 Subject: [PATCH] Fix intradoc link --- src/process.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/process.rs b/src/process.rs index 5adb770..fb93d8b 100644 --- a/src/process.rs +++ b/src/process.rs @@ -255,9 +255,9 @@ impl Signals { /// Receive multiple signals. /// - /// This is an combined, owned version of `Signals` and `Receive` (the - /// future behind `Signals::receive`). This is useful if you don't want to - /// deal with the `'fd` lifetime. + /// This is an combined, owned version of `Signals` and [`ReceiveSignal`] + /// (the future behind `Signals::receive`). This is useful if you don't want + /// to deal with the `'fd` lifetime. pub fn receive_signals(self) -> ReceiveSignals { ReceiveSignals { signals: self,