Skip to content

Commit 28a0718

Browse files
authored
Fix typo: primitve => primitive
1 parent 5d6a187 commit 28a0718

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)