diff --git a/crates/store/re_types/src/archetypes/depth_image_ext.rs b/crates/store/re_types/src/archetypes/depth_image_ext.rs index f5ab222558d0..b1c7044c0914 100644 --- a/crates/store/re_types/src/archetypes/depth_image_ext.rs +++ b/crates/store/re_types/src/archetypes/depth_image_ext.rs @@ -47,7 +47,7 @@ impl DepthImage { }) } - /// Construct an image from a byte buffer given its resolution, and data type. + /// Construct a depth image from a byte buffer given its resolution, and data type. pub fn from_data_type_and_bytes( bytes: impl Into, [width, height]: [u32; 2],