From a526dc000b2d79ae2736d2fc39e52c8337dd8be2 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Sun, 10 Dec 2023 07:21:28 -0800 Subject: [PATCH] Fixing doc link --- src/widgets/grid.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/widgets/grid.rs b/src/widgets/grid.rs index 1551b2f..ef4dcdd 100644 --- a/src/widgets/grid.rs +++ b/src/widgets/grid.rs @@ -238,7 +238,8 @@ impl Orientation { } } -/// The strategy to use when laying a widget out inside of an [`Stack`]. +/// The strategy to use when laying a widget out inside of an [`Grid`] or +/// [`Stack`](crate::widgets::Stack). #[derive(Default, Debug, Clone, Copy)] pub enum GridDimension { /// Attempt to lay out the widget based on its contents.