Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix(src/event.rs): fix new name of type
Lars Wirzenius committed 1 year ago
commit 29be34bd1a071ed2f98ee801bbc61cba842aa0c7
parent 1ef04663a22f9f6c01832f5ab207a03526e034ef
1 file changed +1 -1
modified src/event.rs
@@ -51,7 +51,7 @@ use crate::{
/// Source of events from the local Radicle node.
///
/// The events are filtered. Only events allowed by at least one
-
/// filter are returned. See [`NodeEventSource::allow`] and
+
/// filter are returned. See [`BrokerEventSource::allow`] and
/// [`EventFilter`].
pub struct BrokerEventSource {
    source: NodeEventSource,