Skip to content

Commit 9ff60d8

Browse files
Michael Wilsonhoch
authored andcommitted
Use false instead of not true
1 parent ec7726b commit 9ff60d8

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
@@ -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

0 commit comments

Comments
 (0)