Skip to content

Commit 38f0367

Browse files
committed
chore: Minor comment correction
1 parent 15f4df6 commit 38f0367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/ui/styling/css-selector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ enum Combinator {
7575
'descendant' = ' ',
7676
'child' = '>',
7777
'adjacent' = '+',
78+
'sibling' = '~',
7879

7980
// Not supported
8081
'parent' = '<',
81-
'sibling' = '~',
8282
'column-combinator' = '||',
8383
}
8484

0 commit comments

Comments
 (0)