Skip to content

Commit

Permalink
src/lib: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
david-flok committed Nov 20, 2023
1 parent 6abc8a3 commit e3bcbac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ impl Rtc {
n
}

/// The codec configs for sending/receiving data..
/// The codec configs for sending/receiving data.
///
/// The configurations can be set with [`RtcConfig`] before setting up the session, and they
/// might be further updated by SDP negotiation.
Expand Down Expand Up @@ -1786,7 +1786,7 @@ impl RtcConfig {
self.ice_lite
}

/// Lower level access to precis configuration of codecs (payload types).
/// Lower level access to precise configuration of codecs (payload types).
pub fn codec_config(&mut self) -> &mut CodecConfig {
&mut self.codec_config
}
Expand Down

0 comments on commit e3bcbac

Please sign in to comment.