Skip to content

Commit 39f9668

Browse files
committed
[css-syntax] typo
1 parent 3814803 commit 39f9668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-syntax/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ Consume an escaped code point</h4>
14141414
It assumes that the U+005C REVERSE SOLIDUS (\) has already been consumed
14151415
and that the next input code point has already been verified
14161416
to not be a <a>newline</a>.
1417-
It will return a <a>code point</a>.
1417+
It will return a <a>code points</a>.
14181418

14191419
Consume the <a>next input code point</a>.
14201420

css-syntax/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2506,7 +2506,7 @@ <h4 class="heading settled heading" data-level=4.3.8 id=consume-an-escaped-code-
25062506
It assumes that the U+005C REVERSE SOLIDUS (\) has already been consumed
25072507
and that the next input code point has already been verified
25082508
to not be a <a data-link-type=dfn href=#newline title=newline>newline</a>.
2509-
It will return a <a data-link-type=dfn href=#code-point title="code point">code point</a>.</p>
2509+
It will return a <a data-link-type=dfn href=#code-point title="code points">code points</a>.</p>
25102510

25112511
<p>Consume the <a data-link-type=dfn href=#next-input-code-point title="next input code point">next input code point</a>.</p>
25122512

0 commit comments

Comments
 (0)