Bug 1913256: Fix up documentation on parse_is_and_where. r=firefox-style-system-reviewers,emilio

Differential Revision: https://phabricator.services.mozilla.com/D219214
This commit is contained in:
David Shin 2024-08-15 09:38:50 +00:00
parent 8e7046e65a
commit ed09cb9244

View File

@ -251,7 +251,7 @@ pub trait Parser<'i> {
false
}
/// Whether to parse the `:where` pseudo-class.
/// Whether to parse `:is` and `:where` pseudo-classes.
fn parse_is_and_where(&self) -> bool {
false
}