Skip to content

Commit 2a689a9

Browse files
authored
Remove references to private elements from docs in libwebrtc-sys crate (#241)
1 parent 2336ba9 commit 2a689a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/native/src/media/track.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ impl<T> Track<T> {
207207
}
208208
}
209209

210-
/// Sets the provided [`StreamSink`] for this [`Track`] to use for
210+
/// Sets the provided `StreamSink` for this [`Track`] to use for
211211
/// [`api::TrackEvent`]s emitting.
212212
pub fn set_track_events_tx(&mut self, sink: StreamSink<api::TrackEvent>) {
213213
drop(self.events_tx.replace(sink));
@@ -264,7 +264,7 @@ impl<T> Track<T> {
264264
}
265265
}
266266

267-
/// Representation of a [`kind::Video`] [`Track`] interface.
267+
/// Representation of a video [`Track`] interface.
268268
pub type VideoTrack = Track<kind::Video>;
269269

270270
impl VideoTrack {
@@ -466,7 +466,7 @@ impl sys::OnFrameCallback for VideoFormatSink {
466466
}
467467
}
468468

469-
/// Representation of a [`kind::Audio`] [`Track`] interface.
469+
/// Representation of an audio [`Track`] interface.
470470
pub type AudioTrack = Track<kind::Audio>;
471471

472472
impl AudioTrack {

0 commit comments

Comments
 (0)