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. ///