diff --git a/radicle/src/node.rs b/radicle/src/node.rs index 63dccf6c..46fbefa6 100644 --- a/radicle/src/node.rs +++ b/radicle/src/node.rs @@ -245,7 +245,7 @@ impl Seeds { } } -/// Announcement result returned by [`announce`]. +/// Announcement result returned by [`Node::announce`]. pub struct AnnounceResult { /// Nodes that timed out. pub timeout: Vec, @@ -253,7 +253,7 @@ pub struct AnnounceResult { pub synced: Vec, } -/// A sync event, emitted by [`announce`]. +/// A sync event, emitted by [`Node::announce`]. pub enum AnnounceEvent { /// Refs were synced with the given node. RefsSynced { remote: NodeId },