Skip to content

Commit

Permalink
Fix intradoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Dec 4, 2023
1 parent 68fa620 commit b157443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/gossipsub/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ pub enum ControlAction {
/// A Gossipsub RPC message sent.
#[derive(Debug)]
pub enum RpcOut {
/// Publish a Gossipsub message on network. The [`Instant`] tags the time we attempted to
/// Publish a Gossipsub message on network. The [`Delay`] tags the time we attempted to
/// send it.
Publish { message: RawMessage, timeout: Delay },
/// Forward a Gossipsub message to the network. The [`Instant`] tags the time we attempted to
/// Forward a Gossipsub message to the network. The [`Delay`] tags the time we attempted to
/// send it.
Forward { message: RawMessage, timeout: Delay },
/// Subscribe a topic.
Expand Down

0 comments on commit b157443

Please sign in to comment.