diff options
author | 2020-05-27 14:16:38 -0700 | |
---|---|---|
committer | 2020-05-27 14:16:38 -0700 | |
commit | 5dd62bacd5b21d460b2e0ff22197a65cace3934b (patch) | |
tree | 3e26ad5ecd92901840df9e0987515867cd10ba72 /native | |
parent | de176beb282dcb2818c049957453772c6f530b69 (diff) | |
download | iced-5dd62bacd5b21d460b2e0ff22197a65cace3934b.tar.gz iced-5dd62bacd5b21d460b2e0ff22197a65cace3934b.tar.bz2 iced-5dd62bacd5b21d460b2e0ff22197a65cace3934b.zip |
update docs
Diffstat (limited to 'native')
-rw-r--r-- | native/src/widget/image/viewer.rs | 2 |
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, |