mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
servo: Merge #20283 - style: Fix a typo in Integer struct docs (from gootorov:patch-1); r=jdm
<!-- Please describe your changes on the following line: --> Fix a typo in `Integer` struct documentation. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] These changes fix #__ (github issue number if applicable). - [x] These changes do not require tests because: documentation <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Source-Repo: https://github.com/servo/servo Source-Revision: ac71266987ff39483faebd58d4359eef956ae5cf --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : f8b3c353ac9fe754a652fbbceee8de2d8b677cf7
This commit is contained in:
parent
c8a5a6165c
commit
5cede92964
@ -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>
|
||||
#[derive(Clone, Copy, Debug, Eq, MallocSizeOf, PartialEq, PartialOrd)]
|
||||
|
Loading…
Reference in New Issue
Block a user