Skip to content

Commit e7ddd2d

Browse files
committed
Remove trailing comma from CURRENCY_SYMBOLS hash
1 parent 8d04bc5 commit e7ddd2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/monetize/parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Parser
2828
'S$' => 'SGD',
2929
'HK$'=> 'HKD',
3030
'NT$'=> 'TWD',
31-
'₱' => 'PHP',
31+
'₱' => 'PHP'
3232
}
3333

3434
MULTIPLIER_SUFFIXES = { 'K' => 3, 'M' => 6, 'B' => 9, 'T' => 12 }

0 commit comments

Comments
 (0)