mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Fix a typo in Integer struct docs
This commit is contained in:
parent
087cf21d79
commit
217c4be2bf
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ impl ToComputedValue for Opacity {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// An specified `<integer>`, optionally coming from a `calc()` expression.
|
/// A specified `<integer>`, optionally coming from a `calc()` expression.
|
||||||
///
|
///
|
||||||
/// <https://drafts.csswg.org/css-values/#integers>
|
/// <https://drafts.csswg.org/css-values/#integers>
|
||||||
#[derive(Clone, Copy, Debug, Eq, MallocSizeOf, PartialEq, PartialOrd)]
|
#[derive(Clone, Copy, Debug, Eq, MallocSizeOf, PartialEq, PartialOrd)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue