Skip to content

Commit 5125762

Browse files
committed
Fix ReSpec linking errors
Signed-off-by: Zoltan Kis <[email protected]>
1 parent 6dc7be8 commit 5125762

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
@@ -2532,7 +2532,7 @@ <h3><dfn>Writing content</dfn></h3>
25322532
Let |records| be the list « |textRecord| ».
25332533
</li>
25342534
<li>
2535-
Set |source|'s <a>records</a> to |records|.
2535+
Set |source|'s records to |records|.
25362536
</li>
25372537
</ul>
25382538
<dt>{{BufferSource}}</dt>
@@ -2546,13 +2546,13 @@ <h3><dfn>Writing content</dfn></h3>
25462546
Let |records| be the list « |mimeRecord| ».
25472547
</li>
25482548
<li>
2549-
Set |source|'s <a>records</a> to |records|.
2549+
Set |source|'s records to |records|.
25502550
</li>
25512551
</ul>
25522552
<dt>{{NDEFMessageInit}}</dt>
25532553
<ul>
25542554
<li>
2555-
If |source|'s <a>records</a> [= list/is empty =], [= exception/throw =]
2555+
If |source|'s records [= list/is empty =], [= exception/throw =]
25562556
a {{TypeError}} and abort these steps.
25572557
</li>
25582558
</ul>
@@ -2570,7 +2570,7 @@ <h3><dfn>Writing content</dfn></h3>
25702570
</li>
25712571
<li>
25722572
[= list/For each =] |record:NDEFRecordInit| in the <a>list</a>
2573-
|source|'s <a>records</a>, run the following steps:
2573+
|source|'s records, run the following steps:
25742574
<ol>
25752575
<li>
25762576
Let |ndef| be the result of running <a>create NDEF record</a>

0 commit comments

Comments
 (0)