Skip to content

Commit

Permalink
Merge pull request #810 from Cupnfish/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
hecrj authored Apr 1, 2021
2 parents 90fee3a + ca4257f commit 854b2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/src/widget/canvas/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 854b2e0

Please sign in to comment.