Skip to content

Commit

Permalink
Merged in bugfix/hundred_typo (pull request #159)
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
okalenyk committed Jan 19, 2022
2 parents c6193c0 + 0fe51d9 commit 0fd4e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/numbers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const ONE_HUNDRED = 1000;
export const ONE_HUNDRED = 100;
export const ONE_THOUSAND = 1000;
export const ONE_MILLION = 1000000;
export const ONE_BILLION = 1000000000;

0 comments on commit 0fd4e35

Please sign in to comment.