From ca4257ff5c252e84e4bfe8a56b43801f26b56ef6 Mon Sep 17 00:00:00 2001 From: Downtime Date: Thu, 1 Apr 2021 21:58:25 +0800 Subject: [PATCH] Update frame.rs --- graphics/src/widget/canvas/frame.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/src/widget/canvas/frame.rs b/graphics/src/widget/canvas/frame.rs index b86f9e04..5af9d11f 100644 --- a/graphics/src/widget/canvas/frame.rs +++ b/graphics/src/widget/canvas/frame.rs @@ -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