We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4839738 commit 430984dCopy full SHA for 430984d
encoding.bs
@@ -272,8 +272,8 @@ algorithms, as detailed in [[#implementation-considerations]].
272
<var>ioQueue</var> and a <a for=/>realm</a> <var>realm</var>:
273
274
<ol>
275
- <li><p>Let <var>bytes</var> be the result of <a for="I/O queue">converting</a> <var>ioQueue</var>
276
- into a byte sequence.
+ <li><p>Let <var>bytes</var> be the result of <a for="from I/O queue">converting</a>
+ <var>ioQueue</var> into a byte sequence.
277
278
<li><p>Return the result of <a for=ArrayBufferView>creating</a> a {{Uint8Array}} object from
279
<var>bytes</var> in <var>realm</var>.
0 commit comments