diff --git a/core/src/layout/limits.rs b/core/src/layout/limits.rs index 888bc3fd..11c67294 100644 --- a/core/src/layout/limits.rs +++ b/core/src/layout/limits.rs @@ -139,7 +139,7 @@ impl Limits { } } - /// Removes the minimum width constraint for the current [`Limits`]. + /// Removes the minimum [`Size`] constraint for the current [`Limits`]. pub fn loose(&self) -> Limits { Limits { min: Size::ZERO,