Re: [whatwg/encoding] Rename Encoding's "streams" to "I/O queues" (#215)

The output argument “I/O queue of scalar values” in the following algorithm description seems mistyped, which would be “I/O queue of bytes” (before [the commit](https://github.com/whatwg/encoding/commit/46711e682e285497d7efc8442c80a07da104b3f0), that argument was introduced as a byte stream variable in the encode algorithm):

> To [encode](https://encoding.spec.whatwg.org/#encode) an I/O queue of scalar values ioQueue given an encoding encoding and an optional I/O queue of scalar values output (default « »), run these steps: 

> To [UTF-8 encode](https://encoding.spec.whatwg.org/#utf-8-encode) an I/O queue of scalar values ioQueue given an optional I/O queue of scalar values output (default « »), return the result of encoding ioQueue with encoding UTF-8 and output.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/pull/215#issuecomment-690023201

Received on Thursday, 10 September 2020 06:39:50 UTC