From a2a7192787565a7a3b52d02298408a9369be46e8 Mon Sep 17 00:00:00 2001 From: Kiran Ostrolenk Date: Wed, 5 Jun 2024 16:32:56 +0100 Subject: [PATCH] docs: fix link in SignalsInfo documentation Signed-off-by: Kiran Ostrolenk --- src/iterator/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iterator/mod.rs b/src/iterator/mod.rs index 5e07744..bc6461b 100644 --- a/src/iterator/mod.rs +++ b/src/iterator/mod.rs @@ -92,7 +92,7 @@ use self::exfiltrator::{Exfiltrator, SignalOnly}; /// /// # Exfiltrators /// -/// The [`SignalOnly]` provides only the signal number. There are further exfiltrators available in +/// The [`SignalOnly`] provides only the signal number. There are further exfiltrators available in /// the [`exfiltrator`] module. Note that some of them are behind feature flags that need to be /// enabled. ///