Skip to content

Commit 430984d

Browse files
committed
Update encoding.bs
1 parent 4839738 commit 430984d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

encoding.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ algorithms, as detailed in [[#implementation-considerations]].
272272
<var>ioQueue</var> and a <a for=/>realm</a> <var>realm</var>:
273273

274274
<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.
275+
<li><p>Let <var>bytes</var> be the result of <a for="from I/O queue">converting</a>
276+
<var>ioQueue</var> into a byte sequence.
277277

278278
<li><p>Return the result of <a for=ArrayBufferView>creating</a> a {{Uint8Array}} object from
279279
<var>bytes</var> in <var>realm</var>.

0 commit comments

Comments
 (0)