Skip to content

Commit 4dc2fae

Browse files
aaravlukevinaboos
andauthored
Update src/image_viewer.rs
Co-authored-by: Kevin Boos <[email protected]>
1 parent 60ef3ff commit 4dc2fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image_viewer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub struct ImageViewer {
6161

6262
#[derive(Clone, Debug, DefaultNone)]
6363
pub enum ImageViewerAction {
64-
/// Show the image with the given data.
64+
/// Show the ImageViewer with the given image data.
6565
Show(Arc<[u8]>),
6666
/// Distinct it from `Show` action to avoid image view show up automatically when closing quickly.
6767
ReplaceImage(Arc<[u8]>),

0 commit comments

Comments
 (0)