This commit is contained in:
Schrottkatze 2025-02-16 21:15:13 +01:00
parent 2ac47bc13e
commit 5aa9b90a7b
No known key found for this signature in database

View File

@ -280,8 +280,8 @@ impl Repr for Selector {
inclusive_arg
)
}
Self::Within { selector, ancestor: children_selector } => {
eco_format!("{}.contains({})", selector.repr(), children_selector.repr())
Self::Within { selector, ancestor } => {
eco_format!("{}.within({})", selector.repr(), ancestor.repr())
}
}
}