Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fawdlstty committed Nov 25, 2024
1 parent 63c7d3c commit a618f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_types/src/archetypes/depth_image_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<ImageBuffer>,
[width, height]: [u32; 2],
Expand Down

0 comments on commit a618f10

Please sign in to comment.