Skip to content

Commit fe728e7

Browse files
committed
[css-syntax][meta] typo
1 parent 992a0b4 commit fe728e7

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
@@ -2696,7 +2696,7 @@ The <code>&lt;an+b></code> type</h3>
26962696
<li><dfn><code>&lt;dashndashdigit-ident></code></dfn> is an <<ident-token>> whose value is an <a>ASCII case-insensitive</a> match for "-n-*", where "*" is a series of one or more <a>digits</a>
26972697
<li><dfn><code>&lt;integer></code></dfn> is a <<number-token>> with its type flag set to "integer"
26982698
<li><dfn><code>&lt;signed-integer></code></dfn> is a <<number-token>> with its type flag set to "integer", and whose <a>representation</a> starts with "+" or "-"
2699-
<li><dfn><code>&lt;signless-integer></code></dfn> is a <<number-token>> with its type flag set to "integer", and whose <a>representation</a> start with a <a>digit</a>
2699+
<li><dfn><code>&lt;signless-integer></code></dfn> is a <<number-token>> with its type flag set to "integer", and whose <a>representation</a> starts with a <a>digit</a>
27002700
</ul>
27012701

27022702
<p id="anb-plus">

0 commit comments

Comments
 (0)