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
Родитель 8e7046e65a
Коммит ed09cb9244
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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