Skip to content

Commit

Permalink
fix(@formatjs/intl-numberformat): fix @@toStringTag to be spec compli…
Browse files Browse the repository at this point in the history
…ant (#1745)
  • Loading branch information
pyrocat101 committed Jun 23, 2020
1 parent 45f29dc commit 58a4e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/intl-numberformat/src/core.ts
Expand Up @@ -631,7 +631,7 @@ try {
configurable: true,
enumerable: false,
writable: false,
value: 'Object',
value: 'Intl.NumberFormat',
});
}

Expand Down

0 comments on commit 58a4e28

Please sign in to comment.