Skip to content

Commit 7fc27e3

Browse files
committed
fixup! fix: improve check data schema algorithm
1 parent e0d5447 commit 7fc27e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,8 +1093,8 @@ <h2>The <dfn>InteractionOutput</dfn> interface</h2>
10931093
steps on |payload| and |subSchema|.
10941094
</li>
10951095
<li>
1096-
If more than two of these runs do not throw, throw {{TypeError}}
1097-
and stop.
1096+
If none or more than two of these runs do not throw, throw
1097+
{{TypeError}} and stop.
10981098
</li>
10991099
</ol>
11001100
</li>

0 commit comments

Comments
 (0)