From 69c7140e125f133712dcc2847bf307a6a9b51d59 Mon Sep 17 00:00:00 2001 From: Michael Freeborn Date: Fri, 21 Nov 2025 07:27:46 +0000 Subject: [PATCH] fix wording --- core/src/layout/limits.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,