From 8f521d1ea50471dc8f7ff8409d6384dfffbea9a6 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 20 Mar 2020 00:23:00 +0530 Subject: fix another amount doc bug (The value referred to the ancient fraction base of Taler) --- core/api-common.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/api-common.rst') diff --git a/core/api-common.rst b/core/api-common.rst index dfe9cc3e..44d4eb00 100644 --- 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; } -- cgit v1.2.3