Skip to content

Commit 4340858

Browse files
committed
Fix processorConstructor link
1 parent 4ecc7ea commit 4340858

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
@@ -6705,7 +6705,7 @@ <h2 id="instantiation-of-AudioWorkletNode-and-AudioWorkletProcessor">
67056705
throw a <code>NotSupportedError</code> DOMException.
67066706
</li>
67076707
<li>Let <var>processor</var> be the result of
6708-
Construct(<a>processorConstructor</a>).
6708+
Construct(<var>processorConstructor</var>).
67096709
</li>
67106710
<li>If <var>processor</var> does not implement the
67116711
<a>AudioWorkletProcessor</a> interface, throw an

0 commit comments

Comments
 (0)