Skip to content

Commit 43e493b

Browse files
committed
avoid linking failures
1 parent 04e9ab0 commit 43e493b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ interface RTCEncodedVideoFrame {
417417
class="dictionary-members">
418418
<dt>
419419
<dfn data-dfn-for="RTCEncodedVideoFrame" data-dfn-type="method">getMetadata()</dfn>
420-
returns the {{RTCEncodedVideoFrameMetadata}} associated with the frame.
420+
returns the metadata associated with the frame.
421421
</dt>
422422
</dl>
423423

@@ -501,7 +501,7 @@ interface RTCEncodedAudioFrame {
501501
class="dictionary-members">
502502
<dt>
503503
<dfn data-dfn-for="RTCEncodedAudioFrame" data-dfn-type="method">getMetadata()</dfn>
504-
returns the {{RTCEncodedAudioFrameMetadata}} associated with the frame.
504+
returns the metadata associated with the frame.
505505
</dt>
506506
</dl>
507507

0 commit comments

Comments
 (0)