Skip to content

Commit

Permalink
Improve docstring slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Oct 10, 2024
1 parent a5c4a01 commit a6f03cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_video/src/demux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl GroupOfPictures {
/// A single sample in a video.
#[derive(Debug, Clone)]
pub struct Sample {
/// The start of a new [`GroupOfPictures`]?
/// Is t his the start of a new [`GroupOfPictures`]?
pub is_sync: bool,

/// Time at which this sample appears in the decoded bitstream, in time units.
Expand Down

0 comments on commit a6f03cb

Please sign in to comment.