Skip to content

Commit 132f9c0

Browse files
committed
[css-values] typo
--HG-- extra : rebase_source : efc5750e774d222cbc5cf05f30507edc16d479c1
1 parent 6656cbf commit 132f9c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-values/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ <h2 id=functional-notation><span class=secno>8. </span> Functional
14251425
<p> Some legacy functional notations, such as ‘<code
14261426
class=css>rgba()</code>’, use commas unnecessarily, but generally commas
14271427
are only used to separate items in a list, or pieces of a grammar that
1428-
would be ambiguous otherwise. If a comma is used to separate argument,
1428+
would be ambiguous otherwise. If a comma is used to separate arguments,
14291429
whitespace is optional before and after the comma.
14301430

14311431
<pre class=example>

css-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ <h2 id="functional-notation">
955955
Some legacy functional notations, such as ''rgba()'', use commas unnecessarily,
956956
but generally commas are only used to separate items in a list,
957957
or pieces of a grammar that would be ambiguous otherwise.
958-
If a comma is used to separate argument,
958+
If a comma is used to separate arguments,
959959
whitespace is optional before and after the comma.
960960

961961
<pre class="example">

0 commit comments

Comments
 (0)