fix wording

This commit is contained in:
Michael Freeborn 2025-11-21 07:27:46 +00:00
parent c67f523818
commit 69c7140e12

View file

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