From a6f03cb303e429df09bd7e9d5eabdfa837828033 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 10 Oct 2024 07:54:55 +0200 Subject: [PATCH] Improve docstring slightly --- crates/store/re_video/src/demux/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/store/re_video/src/demux/mod.rs b/crates/store/re_video/src/demux/mod.rs index c8fdd655a0aa..f32e17d2ce17 100644 --- a/crates/store/re_video/src/demux/mod.rs +++ b/crates/store/re_video/src/demux/mod.rs @@ -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.