From cd4d01a41a8393a311907f24901e52d4a8342736 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 23 Jun 2022 08:47:06 +0200 Subject: [PATCH] Fix intra-doc link --- core/src/muxing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/muxing.rs b/core/src/muxing.rs index 9f31c59e929..060d7d93584 100644 --- a/core/src/muxing.rs +++ b/core/src/muxing.rs @@ -166,7 +166,7 @@ impl StreamMuxerEvent { } /// Map the stream within [`StreamMuxerEvent::InboundSubstream`] and - /// [`StreamMuxerEvent::OutboundStream`] to a new type. + /// [`StreamMuxerEvent::OutboundSubstream`] to a new type. pub fn map_stream(self, map: impl FnOnce(T) -> O) -> StreamMuxerEvent { match self { StreamMuxerEvent::InboundSubstream(stream) => {