Skip to content

Commit 0a86b50

Browse files
authored
[css-values-4] Fix typos in comma-separated-list multiplier notes
1 parent 59985f5 commit 0a86b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-values-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ Component Value Types</h3>
9797
Such a type does <em>not</em> include <a href="#common-keywords">CSS-wide keywords</a> such as ''inherit'',
9898
and also does not include any top-level <a href="#mult-comma">comma-separated-list multiplier</a>
9999
(i.e. if a property named <css>pairing</css> is defined as <css>[ <<custom-ident>> <<integer>>? ]#</css>,
100-
then \<<\'pairing'>> is equivalent to <css>[ <<custom-ident>> <<integer>>? ]</css>,
101-
not <css><<custom-ident>> <<integer>> ]#</css>).
100+
then \<\'pairing'> is equivalent to <css>[ <<custom-ident>> <<integer>>? ]</css>,
101+
not <css>[ <<custom-ident>> <<integer>>? ]#</css>).
102102

103103
<li>
104104
non-terminals that do not share the same name as a property.

0 commit comments

Comments
 (0)