fix wording
This commit is contained in:
parent
c67f523818
commit
69c7140e12
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue