Skip to content

Commit

Permalink
chore: fix minor comment typo (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor authored Nov 3, 2023
1 parent e33c5a9 commit cb2697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwebrtc/src/native/video_frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use webrtc_sys::video_frame as vf_sys;
use webrtc_sys::video_frame_buffer as vfb_sys;

/// We don't use vf::VideoFrameBuffer trait for the types inside this module to avoid confusion
/// because irectly using platform specific types is not valid (e.g user callback)
/// because directly using platform specific types is not valid (e.g user callback)
/// All the types inside this module are only used internally. For public types, see the top level video_frame.rs
pub fn new_video_frame_buffer(
Expand Down

0 comments on commit cb2697b

Please sign in to comment.