From c857be44b3068a4fb2a6a32dee416bc26a73720b Mon Sep 17 00:00:00 2001 From: davidhelbig <52451401+davidhelbig@users.noreply.github.com> Date: Sat, 30 Apr 2022 19:41:52 +0200 Subject: [PATCH] Fix typo in layout.rs --- src/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout.rs b/src/layout.rs index 624c22b..01221bb 100644 --- a/src/layout.rs +++ b/src/layout.rs @@ -361,7 +361,7 @@ impl Element { } } -/// A simple rectangle used in the computation of the layout and to give widgets an hint about the +/// A simple rectangle used in the computation of the layout and to give widgets a hint about the /// area they are supposed to render to. #[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, Default)] pub struct Rect {