Skip to content

Commit

Permalink
Merge pull request #213 from in-tech-gration/master
Browse files Browse the repository at this point in the history
Fix typo: primitve => primitive
  • Loading branch information
MikeMcl authored Sep 19, 2024
2 parents 5d6a187 + 28a0718 commit 4df3d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ P[Symbol.for('nodejs.util.inspect.custom')] = P.toJSON = P.toString = function (


/*
* Return the value of this Big as a primitve number.
* Return the value of this Big as a primitive number.
*/
P.toNumber = function () {
var n = +stringify(this, true, true);
Expand Down

0 comments on commit 4df3d1a

Please sign in to comment.