From 4ba041f2d9c6ac82c6f68409f893d266d91f8a92 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Tue, 9 Feb 2021 08:22:23 +0700 Subject: [PATCH] Updated money config comments --- src/main/kotlin/com/cubetiqs/money/MoneyConfig.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/kotlin/com/cubetiqs/money/MoneyConfig.kt b/src/main/kotlin/com/cubetiqs/money/MoneyConfig.kt index 3266288..8c03a07 100644 --- a/src/main/kotlin/com/cubetiqs/money/MoneyConfig.kt +++ b/src/main/kotlin/com/cubetiqs/money/MoneyConfig.kt @@ -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