Typo fix in new doc-comment

Co-Authored-By: SimonSapin <simon.sapin@exyr.org>
This commit is contained in:
lqd 2019-01-11 16:35:26 +01:00 committed by GitHub
parent 3a710f22ed
commit 87e6ef3dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)]