Skip to content

Commit c319ffe

Browse files
tabatkinsannevk
andauthored
Meta: fix link error
And suppress new validator warning. Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
1 parent 96e7b6d commit c319ffe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.*

encoding.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ from an <a for=/>I/O queue</a> <var>ioQueue</var>, run these steps:
178178
<p><a for=list>For each</a> <var>n</var> in <a>the range</a> 1 to <var>number</var>, inclusive:
179179

180180
<ol>
181-
<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>.
182182

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

0 commit comments

Comments
 (0)