Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Li committed Nov 27, 2013
1 parent 0bea9a6 commit 061b4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/numeral/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ exports.format = {
[-1000.234,'$ (0,0.00)','$ (1,000.23)'],
[-1000.234,'$(0,0.00)','$(1,000.23)'],
[-1000.238,'$(0,0.00)','$(1,000.24)'],
[-1000.234,'$-0,0)','$-1,000'],
[-1000.234,'$-0,0','$-1,000'],
[-1000.234,'$ -0,0','$ -1,000'],

[1000.234,'$ (0,0)','$ 1,000'],
Expand Down

0 comments on commit 061b4b3

Please sign in to comment.