From b157443f2e7557ee14dc4fa2bd49e35edafcb1f8 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Mon, 4 Dec 2023 15:28:39 +1100 Subject: [PATCH] Fix intradoc links --- protocols/gossipsub/src/types.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/gossipsub/src/types.rs b/protocols/gossipsub/src/types.rs index 2eaf0f828a2..f6438687960 100644 --- a/protocols/gossipsub/src/types.rs +++ b/protocols/gossipsub/src/types.rs @@ -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.