Skip to content

Commit 1bf7074

Browse files
authored
Merge pull request #4473 from skratchdot/patch-1
[css-syntax] make "plus sign" match other 2 items
2 parents cdeb967 + a970090 commit 1bf7074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-syntax-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ Consume a token</h4>
925925
<dd>
926926
If the input stream <a>starts with a number</a>,
927927
<a>reconsume the current input code point</a>,
928-
<a>consume a numeric token</a>
928+
<a>consume a numeric token</a>,
929929
and return it.
930930

931931
Otherwise,

0 commit comments

Comments
 (0)