mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Rename MinMax to Minmax
This commit is contained in:
parent
c2e746004a
commit
7bc9a95b46
3 changed files with 11 additions and 11 deletions
|
@ -68,7 +68,7 @@ impl Parse for TrackSize<LengthOrPercentage> {
|
|||
};
|
||||
|
||||
input.expect_comma()?;
|
||||
Ok(TrackSize::MinMax(inflexible_breadth, TrackBreadth::parse(context, input)?))
|
||||
Ok(TrackSize::Minmax(inflexible_breadth, TrackBreadth::parse(context, input)?))
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue