Skip to content

Commit

Permalink
Fix doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Dec 12, 2022
1 parent 4c9133f commit 952a4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muxers/yamux/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub struct Yamux<S> {
connection: yamux::Connection<S>,
/// Temporarily buffers inbound streams in case our node is performing backpressure on the remote.
///
/// The only way how yamux can make progress is by call [`Connection::poll_next_inbound`]. However, the
/// The only way how yamux can make progress is by calling [`yamux::Connection::poll_next_inbound`]. However, the
/// [`StreamMuxer`] interface is designed to allow a caller to selectively make progress via
/// [`StreamMuxer::poll_inbound`] and [`StreamMuxer::poll_outbound`] whilst the more general
/// [`StreamMuxer::poll`] is designed to make progress on existing streams etc.
Expand Down

0 comments on commit 952a4e9

Please sign in to comment.