Skip to content

Commit 94a215f

Browse files
committed
Amend docs re #220
1 parent 7a62391 commit 94a215f

File tree

2 files changed

+1372
-5
lines changed

2 files changed

+1372
-5
lines changed

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757

5858
<a class='nav-title' href="#">API</a>
5959
<select id="version" name="version" onchange="location.href=this.value;this.selectedIndex=0">
60-
<option value="" selected>v6.2.x</option>
60+
<option value="" selected>v7.0.0</option>
61+
<option value="legacy/v6.2.x.html">v6.2.x</option>
6162
<option value="legacy/v6.1.x.html">v6.1.x</option>
6263
<option value="legacy/v6.0.x.html">v6.0.x</option>
6364
<option value="legacy/v5.2.x.html">v5.2.x</option>
@@ -196,10 +197,9 @@ <h5 id="big">
196197
<p>Throws if <code>n</code> is invalid.</p>
197198
<p>
198199
Using <code>new</code> with Big is optional, but note that if no argument
199-
is passed when doing so, or if the argument is <code>undefined</code>,
200-
then a new Big constructor will be returned rather than a new Big number.
201-
See <a href='#multiple'>creating additional Big number constructors</a>
202-
below.
200+
is passed when doing so, a new Big constructor will be returned rather
201+
than a new Big number. See <a href='#multiple'>creating additional Big
202+
number constructors</a> below.
203203
</p>
204204
<pre>
205205
x = new Big(9) // '9'

0 commit comments

Comments
 (0)