Skip to content

Commit 2c6c8cc

Browse files
committed
fix build
1 parent ad22e4b commit 2c6c8cc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.htmlcheckerfilter

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.*Text run is not in Unicode Normalization Form C.*
22
.*Document uses the Unicode Private Use Area.*
33
.*File was not checked. Files must have .html, .xhtml, .htm, or .xht extensions.*
4+
.*This document appears to be written in Kinyarwanda but the “html” start tag has “lang="en"”. Consider using “lang="rw"” (or variant) instead.*

encoding.bs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ Translate IDs: dictdef-textdecoderoptions textdecoderoptions,dictdef-textdecodeo
2626

2727
<link rel=stylesheet href=visualization-colors.css>
2828

29-
<pre class=link-defaults>
30-
spec:infra; type:dfn; text:break;
31-
</pre>
32-
3329

3430

3531
<h2 id=preface>Preface</h2>
@@ -182,7 +178,7 @@ from an <a for=/>I/O queue</a> <var>ioQueue</var>, run these steps:
182178
<p><a for=list>For each</a> <var>n</var> in <a>the range</a> 1 to <var>number</var>, inclusive:
183179

184180
<ol>
185-
<li><p>If <var>ioQueue</var>[<var>n</var>] is <a>end-of-queue</a>, <a>break</a>.
181+
<li><p>If <var>ioQueue</var>[<var>n</var>] is <a>end-of-queue</a>, <a for=iteration>break</a>.
186182

187183
<li><p>Otherwise, <a for=list>append</a> <var>ioQueue</var>[<var>n</var>] to <var>prefix</var>.
188184
</ol>

0 commit comments

Comments
 (0)