Skip to content

Commit

Permalink
bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Jun 13, 2024
1 parent c04b707 commit 38eb3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions encoding.bs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ present in <a for=/>I/O queues</a> of any type and it signifies that there are n
<var>ioQueue</var>, run these steps:

<ol>
<li><p>Let <var>readItems</var> be an empty list.
<li><p>Let <var>readItems</var> be « ».

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

<li><p>Let <var>prefix</var> be an empty list.
<li><p>Let <var>prefix</var> be « ».

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

0 comments on commit 38eb3a2

Please sign in to comment.