summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-20 00:23:00 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-20 00:23:05 +0530
commit8f521d1ea50471dc8f7ff8409d6384dfffbea9a6 (patch)
treee68cd7f9a23fc8242395ee6a0058df95bce7f429 /core/api-common.rst
parent35a76e230cede840f43dd94e0b7fe6dd083973fd (diff)
downloaddocs-8f521d1ea50471dc8f7ff8409d6384dfffbea9a6.tar.gz
docs-8f521d1ea50471dc8f7ff8409d6384dfffbea9a6.tar.bz2
docs-8f521d1ea50471dc8f7ff8409d6384dfffbea9a6.zip
fix another amount doc bug
(The value referred to the ancient fraction base of Taler)
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst2
1 files changed, 1 insertions, 1 deletions
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;
}