Skip to content

Commit 3a5dc12

Browse files
committed
1 parent 8de51c3 commit 3a5dc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectors3/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2612,7 +2612,7 @@ <h3><a name=lex>10.2. Lexical scanner</a></h3>
26122612
{w}"&gt;" return GREATER;
26132613
{w}"," return COMMA;
26142614
{w}"~" return TILDE;
2615-
":{N}{O}{T}(" return NOT;
2615+
":"{N}{O}{T}"(" return NOT;
26162616
@{ident} return ATKEYWORD;
26172617
{invalid} return INVALID;
26182618
{num}% return PERCENTAGE;

0 commit comments

Comments
 (0)