Skip to content

Commit 4df3d1a

Browse files
authored
Merge pull request #213 from in-tech-gration/master
Fix typo: primitve => primitive
2 parents 5d6a187 + 28a0718 commit 4df3d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

big.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ P[Symbol.for('nodejs.util.inspect.custom')] = P.toJSON = P.toString = function (
965965

966966

967967
/*
968-
* Return the value of this Big as a primitve number.
968+
* Return the value of this Big as a primitive number.
969969
*/
970970
P.toNumber = function () {
971971
var n = +stringify(this, true, true);

0 commit comments

Comments
 (0)