File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1640,7 +1640,7 @@ Constructors</h4>
16401640 <a href="#validating-sink-identifier">sink identifier validation
16411641 </a> of {{AudioContext/[[sink ID]]}}.
16421642
1643- 1. If |validationResult| is not <code>true </code>, [=Queue a
1643+ 1. If |validationResult| is <code>false </code>, [=Queue a
16441644 media element task=] to [=fire an event=] named {{AudioContext/error}}
16451645 at the {{AudioContext}}, and abort the following steps.
16461646
@@ -2173,7 +2173,7 @@ Methods</h4>
21732173 <a href="#validating-sink-identifier">sink identifier validation</a>
21742174 of |sinkId|.
21752175
2176- 1. If |validationResult| is not <code>true </code>, return a promise
2176+ 1. If |validationResult| is <code>false </code>, return a promise
21772177 rejected with a new {{DOMException}} whose name is
21782178 "{{NotAllowedError}}". Abort these steps.
21792179
You can’t perform that action at this time.
0 commit comments