File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ present in <a for=/>I/O queues</a> of any type and it signifies that there are n
116
116
<a for=/>I/O queue</a> <var> ioQueue</var> , run these steps:
117
117
118
118
<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
120
120
at least 1.
121
121
122
122
<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
128
128
<var> ioQueue</var> , run these steps:
129
129
130
130
<ol>
131
- <li><p> Let <var> readItems</var> be an empty list .
131
+ <li><p> Let <var> readItems</var> be « » .
132
132
133
133
<li>
134
134
<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:
152
152
<var> number</var> , or <var> ioQueue</var> <a for=list>contains</a> <a>end-of-queue</a> , whichever
153
153
comes first.
154
154
155
- <li><p> Let <var> prefix</var> be an empty list .
155
+ <li><p> Let <var> prefix</var> be « » .
156
156
157
157
<li>
158
158
<p> <a for=list>For each</a> <var> n</var> in <a>the range</a> 1 to <var> number</var> , inclusive:
You can’t perform that action at this time.
0 commit comments