summaryrefslogtreecommitdiffstats
path: root/native/src/widget/image/viewer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/widget/image/viewer.rs')
-rw-r--r--native/src/widget/image/viewer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/image/viewer.rs b/native/src/widget/image/viewer.rs
index af6d960b..b129924b 100644
--- a/native/src/widget/image/viewer.rs
+++ b/native/src/widget/image/viewer.rs
@@ -6,7 +6,7 @@ use crate::{
use std::{f32, hash::Hash, u32};
-/// A widget that can display an image with the ability to zoom in/out and pan.
+/// A frame that displays an image with the ability to zoom in/out and pan.
#[allow(missing_debug_implementations)]
pub struct Viewer<'a> {
state: &'a mut State,