Skip to content

Commit 3984a34

Browse files
authored
Merge pull request #205 from Elchi3/patch-1
Fix stray ">"
2 parents 4b589a7 + 7ae823b commit 3984a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h2>The <dfn>PerformanceObserver</dfn> interface</h2>
389389
subscription for all event types — this is possible, but discouraged, as it
390390
will generate a significant volume of events.</p>
391391
<section data-dfn-for="PerformanceObserverCallbackOptions" data-link-for=
392-
"PerformanceObserverCallbackOptions">>
392+
"PerformanceObserverCallbackOptions">
393393
<h2><dfn>PerformanceObserverCallbackOptions</dfn> dictionary</h2>
394394
<pre class="idl">
395395
dictionary PerformanceObserverCallbackOptions {

0 commit comments

Comments
 (0)