mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Typo fix in new doc-comment
Co-Authored-By: SimonSapin <simon.sapin@exyr.org>
This commit is contained in:
parent
3a710f22ed
commit
87e6ef3dde
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ impl_to_css_for_predefined_type!(::cssparser::RGBA);
|
|||
impl_to_css_for_predefined_type!(::cssparser::Color);
|
||||
impl_to_css_for_predefined_type!(::cssparser::UnicodeRange);
|
||||
|
||||
/// Define an enum type with unit variants that each corrsepond to a CSS keyword.
|
||||
/// Define an enum type with unit variants that each correspond to a CSS keyword.
|
||||
macro_rules! define_css_keyword_enum {
|
||||
(pub enum $name:ident { $($variant:ident = $css:expr,)+ }) => {
|
||||
#[allow(missing_docs)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue