Skip to content

Commit 93477bd

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

encoding.bs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ Translate IDs: dictdef-textdecoderoptions textdecoderoptions,dictdef-textdecodeo
2222
}
2323
</pre>
2424

25-
<pre class=anchors>
26-
urlPrefix: https://tc39.es/ecma262/#; spec: ECMA-262;
27-
type: dfn
28-
text: realm; url: realm
29-
</pre>
30-
3125
<link rel=stylesheet href=visualization-colors.css>
3226

3327

@@ -269,7 +263,7 @@ algorithms, as detailed in [[#implementation-considerations]].
269263

270264
<div algorithm>
271265
<p>To <dfn>create a <code>Uint8Array</code> object</dfn>, given an <a for=/>I/O queue</a>
272-
<var>ioQueue</var> and a <a for=/>realm</a> <var>realm</var>:
266+
<var>ioQueue</var> and a <a for=ECMAScript>realm</a> <var>realm</var>:
273267

274268
<ol>
275269
<li><p>Let <var>bytes</var> be the result of <a for="from I/O queue">converting</a>

0 commit comments

Comments
 (0)