commit 8f521d1ea50471dc8f7ff8409d6384dfffbea9a6
parent 35a76e230cede840f43dd94e0b7fe6dd083973fd
Author: Florian Dold <florian.dold@gmail.com>
Date: Fri, 20 Mar 2020 00:23:00 +0530
fix another amount doc bug
(The value referred to the ancient fraction base of Taler)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-common.rst b/core/api-common.rst
@@ -331,7 +331,7 @@ Internally, amounts are parsed into the following object:
// Unsigned 32 bit fractional value to be added to ``value`` representing
// an additional currency fraction, in units of one hundred millionth (1e-8)
// of the base currency value. For example, a fraction
- // of 500,000 would correspond to 50 cents.
+ // of 50,000,000 would correspond to 50 cents.
fraction: number;
}