Skip to content

Commit b7548f0

Browse files
authored
Update index.html
1 parent c1a2419 commit b7548f0

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
@@ -4058,11 +4058,11 @@ <h4><dfn>Set Window Rect</dfn></h4>
40584058
<li><p>If <var>y</var> is <a>undefined</a>, let <var>y</var> be null.
40594059

40604060
<li><p>If <var>width</var> or <var>height</var> is neither null, nor
4061-
a <a>Number</a> from 0 to 2<sup>31</sup> − 1, return <a>error</a>
4061+
an integer from 0 to 2<sup>31</sup> − 1, return <a>error</a>
40624062
with <a>error code</a> <a>invalid argument</a>.
40634063

40644064
<li><p>If <var>x</var> or <var>y</var> is neither null, nor
4065-
a <a>Number</a> from −(2<sup>31</sup>) to 2<sup>31</sup> − 1,
4065+
an integer from −(2<sup>31</sup>) to 2<sup>31</sup> − 1,
40664066
return <a>error</a> with <a>error code</a> <a>invalid argument</a>.
40674067

40684068
<li><p>If the <a>remote end</a> does not support

0 commit comments

Comments
 (0)