Updated money config comments

This commit is contained in:
Sambo Chea 2021-02-09 08:22:23 +07:00
parent 0f9aed85be
commit 4ba041f2d9

View File

@ -41,6 +41,8 @@ object MoneyConfig {
* Parse the config string to currency's map within rates
* Key is money's currency (String)
* Value is money's value (Double)
*
* Example for config rules: usd:1,khr:4000
*/
fun parse(config: String, clearAllStates: Boolean = true) {
// remove all states, if needed