Skip to content

Commit

Permalink
refactor: adjust comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hurali97 committed Mar 26, 2024
1 parent dae726a commit 05cc46b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/IntlPolyfill/polyfillNumberFormat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function hasOldCurrencyData(): boolean {
/**
* Checks if the formatToParts function is available on the
* Intl.NumberFormat object.
* @returns boolean
*/
function hasFormatToParts(): boolean {
return typeof numberFormat.formatToParts === 'function';
Expand Down

0 comments on commit 05cc46b

Please sign in to comment.