diff --git a/encoding.bs b/encoding.bs index fe9b0f2..9694e88 100644 --- a/encoding.bs +++ b/encoding.bs @@ -116,7 +116,7 @@ present in I/O queues of any type and it signifies that there are n I/O queue ioQueue, run these steps:
    -
  1. If ioQueue is empty, then wait until its size is +

  2. If ioQueue is empty, then wait until its size is at least 1.

  3. If ioQueue[0] is end-of-queue, then return end-of-queue. @@ -128,7 +128,7 @@ present in I/O queues of any type and it signifies that there are n ioQueue, run these steps:

      -
    1. Let readItems be an empty list. +

    2. Let readItems be « ».

    3. Perform the following step number times: @@ -152,7 +152,7 @@ from an I/O queue ioQueue, run these steps: number, or ioQueue contains end-of-queue, whichever comes first. -

    4. Let prefix be an empty list. +

    5. Let prefix be « ».

    6. For each n in the range 1 to number, inclusive: