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:
If ioQueue is empty, then wait until its size is at least 1.
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:
Let readItems be an empty list. +
Let readItems be « ».
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. -
Let prefix be an empty list. +
Let prefix be « ».