Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCrisostomo committed May 2, 2014
1 parent 24f2476 commit 2980c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/Types/Number.Format.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Formats a number into a formatted string for display to user. It respects locali
### Examples

(123123123.176).format({
decimal: ".",
group: ",",
decimal: ",",
group: ".",
decimals: 2,
prefix: "¥",
suffix: " (YEN)"
Expand Down

0 comments on commit 2980c61

Please sign in to comment.