Skip to content

Commit e5660c8

Browse files
authored
Merge pull request #1772 from MasterOdin/patch-2
Update link to JS number object specification
2 parents 55301b1 + af64d72 commit e5660c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/mysql/lib/Connection.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ declare namespace Connection {
130130
* Enabling both supportBigNumbers and bigNumberStrings forces big numbers (BIGINT and DECIMAL columns) to be
131131
* always returned as JavaScript String objects (Default: false). Enabling supportBigNumbers but leaving
132132
* bigNumberStrings disabled will return big numbers as String objects only when they cannot be accurately
133-
* represented with [JavaScript Number objects] (http://ecma262-5.com/ELS5_HTML.htm#Section_8.5)
133+
* represented with [JavaScript Number objects](https://262.ecma-international.org/5.1/#sec-8.5)
134134
* (which happens when they exceed the [-2^53, +2^53] range), otherwise they will be returned as Number objects.
135135
* This option is ignored if supportBigNumbers is disabled.
136136
*/

0 commit comments

Comments
 (0)