Skip to content

Commit da7e6e3

Browse files
zcorpansvgeesus
authored andcommitted
Fix logic in "set the dictionary members"
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=29719
1 parent 64d37b0 commit da7e6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ To <dfn>set the dictionary members</dfn> <var>a</var> and <var>b</var> of a {{DO
662662
<ol>
663663
<li>If <var>a</var> is present and <var>b</var> is not present, set the <var>b</var> dictionary member to the value of <var>a</var>.
664664
<li>Otherwise, if <var>b</var> is present and <var>a</var> is not present, set the <var>a</var> dictionary member to the value of <var>b</var>.
665-
<li>Otherwise, set <var>a</var> and <var>b</var> dictionary members to <var>fallback</var>.
665+
<li>Otherwise, if neither <var>a</var> or <var>b</var> are present, set <var>a</var> and <var>b</var> dictionary members to <var>fallback</var>.
666666
</ol>
667667

668668
<h3 id='dommatrix-create'>Creating DOMMatrixReadOnly and DOMMatrix objects</h3>

0 commit comments

Comments
 (0)