summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 1908db0..c65058c 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -6,7 +6,7 @@
- Added support for the adjacent sibling combinator (+) and the
general sibling combinator (~). Tests by "liquider". [bug=1082144]
- - The combinators (*, >, +, and ~) can now combine with any supported
+ - The combinators (>, +, and ~) can now combine with any supported
selector, not just one that selects based on tag name.
- Added limited support for the "nth-of-type" pseudo-class. Code