From d604a485e304dd209692dbaf21b63d73d026dc80 Mon Sep 17 00:00:00 2001 From: "Franz Heinzmann (Frando)" Date: Thu, 12 Oct 2023 01:32:00 +0200 Subject: [PATCH] chore: doc links --- iroh/src/sync_engine/live.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iroh/src/sync_engine/live.rs b/iroh/src/sync_engine/live.rs index 4ad15764bb9..9cff132b7ad 100644 --- a/iroh/src/sync_engine/live.rs +++ b/iroh/src/sync_engine/live.rs @@ -33,7 +33,7 @@ pub use iroh_sync::ContentStatus; use super::gossip::{GossipActor, ToGossipActor}; -/// Capacity of the channel for the [`ToActor`] messages. +/// Capacity of the channel for the [`ToSyncActor`] messages. const ACTOR_CHANNEL_CAP: usize = 64; /// An iroh-sync operation