Skip to content

Commit

Permalink
chore: doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Oct 11, 2023
1 parent fe08f0b commit d604a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh/src/sync_engine/live.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d604a48

Please sign in to comment.