Fixing doc link

This commit is contained in:
Jonathan Johnson 2023-12-10 07:21:28 -08:00
parent 09a1590c7e
commit a526dc000b
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -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.