summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorLibravatar Cory Forsstrom <cforsstrom18@gmail.com>2020-05-27 14:16:38 -0700
committerLibravatar Cory Forsstrom <cforsstrom18@gmail.com>2020-05-27 14:16:38 -0700
commit5dd62bacd5b21d460b2e0ff22197a65cace3934b (patch)
tree3e26ad5ecd92901840df9e0987515867cd10ba72 /native
parentde176beb282dcb2818c049957453772c6f530b69 (diff)
downloadiced-5dd62bacd5b21d460b2e0ff22197a65cace3934b.tar.gz
iced-5dd62bacd5b21d460b2e0ff22197a65cace3934b.tar.bz2
iced-5dd62bacd5b21d460b2e0ff22197a65cace3934b.zip
update docs
Diffstat (limited to 'native')
-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,