Skip to content

Commit

Permalink
Use doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Nov 14, 2022
1 parent 27ed7ac commit 1ca32e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yamux/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub type Result<T> = std::result::Result<T, ConnectionError>;

/// Arbitrary limit of our internal command channels.
///
/// Since each `mpsc::Sender` gets a guaranteed slot in a channel the
/// Since each [`mpsc::Sender`] gets a guaranteed slot in a channel the
/// actual upper bound is this value + number of clones.
const MAX_COMMAND_BACKLOG: usize = 32;

Expand Down

0 comments on commit 1ca32e6

Please sign in to comment.