Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jun 22, 2024
1 parent 704f82c commit 983bcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub enum Error {
AsyncTimeout(#[from] tokio::time::error::Elapsed),
}

/// Video formats. Note: a frame should be MANUALLY encoded/compressed with the selected format
/// Video formats. Note: a frame MUST be MANUALLY encoded/compressed with the selected format
/// BEFORE sending
#[binrw]
#[br(repr = u8)]
Expand Down

0 comments on commit 983bcfc

Please sign in to comment.