Update frame.rs

This commit is contained in:
Downtime 2021-04-01 21:58:25 +08:00
parent 90fee3a923
commit ca4257ff5c

View File

@ -54,7 +54,7 @@ impl Frame {
self.size.width
}
/// Returns the width of the [`Frame`].
/// Returns the height of the [`Frame`].
#[inline]
pub fn height(&self) -> f32 {
self.size.height