Skip to content

Commit ed29de8

Browse files
committed
[css-syntax] I meant 'preceding', not 'following', jeez.
1 parent bb5b3e7 commit ed29de8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-syntax/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ Consume comments</h4>
11561156
or up to an EOF code point.
11571157
Return to the start of this step.
11581158

1159-
If the following paragraph ended by consuming an EOF code point,
1159+
If the preceding paragraph ended by consuming an EOF code point,
11601160
this is a <a>parse error</a>.
11611161

11621162
Return nothing.

css-syntax/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2248,7 +2248,7 @@ <h4 class="heading settled heading" data-level=4.3.2 id=consume-comments><span c
22482248
or up to an EOF code point.
22492249
Return to the start of this step.</p>
22502250

2251-
<p>If the following paragraph ended by consuming an EOF code point,
2251+
<p>If the preceding paragraph ended by consuming an EOF code point,
22522252
this is a <a data-link-type=dfn href=#parse-error title="parse error">parse error</a>.</p>
22532253

22542254
<p>Return nothing.</p>

0 commit comments

Comments
 (0)