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 {