Skip to content

Commit e0d5447

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

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

0 commit comments

Comments
 (0)