From fafad6c96109610825aad89c4bba5253e01101ed Mon Sep 17 00:00:00 2001 From: davidhelbig <52451401+davidhelbig@users.noreply.github.com> Date: Sun, 14 Aug 2022 15:58:02 +0200 Subject: [PATCH] chore: fix typo in layout.rs (#619) --- src/layout.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout.rs b/src/layout.rs index 651e174..e724d5b 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 {