Skip to content

Commit e20f586

Browse files
authored
Editorial: correct "is empty" reference
Fixes #329.
1 parent 239008d commit e20f586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

encoding.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ present in <a for=/>I/O queues</a> of any type and it signifies that there are n
116116
<a for=/>I/O queue</a> <var>ioQueue</var>, run these steps:
117117

118118
<ol>
119-
<li><p>If <var>ioQueue</var> is <a for=list>empty</a>, then wait until its <a for=list>size</a> is
119+
<li><p>If <var>ioQueue</var> <a for=list>is empty</a>, then wait until its <a for=list>size</a> is
120120
at least 1.
121121

122122
<li><p>If <var>ioQueue</var>[0] is <a>end-of-queue</a>, then return <a>end-of-queue</a>.
@@ -128,7 +128,7 @@ present in <a for=/>I/O queues</a> of any type and it signifies that there are n
128128
<var>ioQueue</var>, run these steps:
129129

130130
<ol>
131-
<li><p>Let <var>readItems</var> be an empty list.
131+
<li><p>Let <var>readItems</var> be « ».
132132

133133
<li>
134134
<p>Perform the following step <var>number</var> times:
@@ -152,7 +152,7 @@ from an <a for=/>I/O queue</a> <var>ioQueue</var>, run these steps:
152152
<var>number</var>, or <var>ioQueue</var> <a for=list>contains</a> <a>end-of-queue</a>, whichever
153153
comes first.
154154

155-
<li><p>Let <var>prefix</var> be an empty list.
155+
<li><p>Let <var>prefix</var> be « ».
156156

157157
<li>
158158
<p><a for=list>For each</a> <var>n</var> in <a>the range</a> 1 to <var>number</var>, inclusive:

0 commit comments

Comments
 (0)