Skip to content

Commit 4de409f

Browse files
committed
Fix internal slots linking
Signed-off-by: Zoltan Kis <[email protected]>
1 parent 5299eb1 commit 4de409f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,10 +2414,10 @@ <h3><dfn>Writing content</dfn></h3>
24142414
</p>
24152415
</li>
24162416
<li>
2417-
Set `this`.[[\WriteOptions]] to |options|.
2417+
Set `this`.<a>[[\WriteOptions]]</a> to |options|.
24182418
</li>
24192419
<li>
2420-
Set `this`.[[\WriteMessage]] to |output|.
2420+
Set `this`.<a>[[\WriteMessage]]</a> to |output|.
24212421
</li>
24222422
<li>
24232423
Set <a>pending write tuple</a> to (`this`, |p|).
@@ -2447,7 +2447,7 @@ <h3><dfn>Writing content</dfn></h3>
24472447
Let |writer| be the <a>pending write tuple</a>'s writer.
24482448
</li>
24492449
<li>
2450-
Let |options:NDEFWriteOptions| be |writer|.[[\WriteOptions]].
2450+
Let |options:NDEFWriteOptions| be |writer|.<a>[[\WriteOptions]]</a>.
24512451
</li>
24522452
<li>
24532453
If the <a>NFC tag</a> in proximity range does not expose
@@ -2468,7 +2468,7 @@ <h3><dfn>Writing content</dfn></h3>
24682468
{{"NotAllowedError"}} {{DOMException}} and return |p|.
24692469
</li>
24702470
<li>
2471-
Let |output:NDEFMessage| be |writer|.[[\WriteMessage]].
2471+
Let |output:NDEFMessage| be |writer|.<a>[[\WriteMessage]]</a>.
24722472
</li>
24732473
<li>
24742474
Initiate data transfer to |device| using

0 commit comments

Comments
 (0)