Skip to content

Commit dbf456d

Browse files
Update src/libs/CurrencyUtils.js
Co-authored-by: Carlos Martins <[email protected]>
1 parent 78b59bd commit dbf456d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/CurrencyUtils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function convertToSmallestUnit(currency, amountAsFloat) {
9595
* Given [2550, USD], return 25.50
9696
* Given [2500, JPY], return 2500
9797
*
98-
* @note we do not currency support any currencies with more than two decimal places.
98+
* @note we do not support any currencies with more than two decimal places.
9999
*
100100
* @param {String} currency
101101
* @param {Number} amountAsInt

0 commit comments

Comments
 (0)