summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-08 12:27:55 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-08 12:27:55 -0400
commitc1ff89b384ea2b2add9c9c170154a7c39b0cd995 (patch)
tree2e14781b58f3d3851f3ad45eb80520312002e979 /NEWS.txt
parent2def4dced08c390afcab1bcee3ebb10385c93cea (diff)
Fixed terminology.
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