Skip to content

Commit ba38777

Browse files
authored
Merge pull request #3116 from mfreeborn/improve-limits--loose-docs
Improve `Limits::loose` docs
2 parents 5206f9a + 69c7140 commit ba38777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/layout/limits.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ impl Limits {
139139
}
140140
}
141141

142-
/// Removes the minimum width constraint for the current [`Limits`].
142+
/// Removes the minimum [`Size`] constraint for the current [`Limits`].
143143
pub fn loose(&self) -> Limits {
144144
Limits {
145145
min: Size::ZERO,

0 commit comments

Comments
 (0)