Skip to content

Commit

Permalink
chore(transports): remove duplicate word
Browse files Browse the repository at this point in the history
Pull-Request: #5449.
  • Loading branch information
taikoonwang authored Jun 12, 2024
1 parent 9708b63 commit fc9b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/webrtc-websys/src/stream/poll_data_channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use libp2p_webrtc_utils::MAX_MSG_LEN;
use wasm_bindgen::prelude::*;
use web_sys::{Event, MessageEvent, RtcDataChannel, RtcDataChannelEvent, RtcDataChannelState};

/// [`PollDataChannel`] is a wrapper around around [`RtcDataChannel`] which implements [`AsyncRead`] and [`AsyncWrite`].
/// [`PollDataChannel`] is a wrapper around [`RtcDataChannel`] which implements [`AsyncRead`] and [`AsyncWrite`].
#[derive(Debug, Clone)]
pub(crate) struct PollDataChannel {
/// The [`RtcDataChannel`] being wrapped.
Expand Down

0 comments on commit fc9b1ad

Please sign in to comment.