update docs

This commit is contained in:
Cory Forsstrom 2020-05-27 14:16:38 -07:00
parent de176beb28
commit 5dd62bacd5
No known key found for this signature in database
GPG Key ID: 64D6B5851FFCAC9E

View File

@ -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,