taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit c463aa41ee54d486ea18adeefab05d6a7da5f077
parent b5993f1d2680cbefde7a91d4d33ac17d77fa388d
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 22 Jan 2016 15:36:37 +0100

fix wrong constant

Diffstat:
Mapi-common.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api-common.rst b/api-common.rst @@ -176,7 +176,7 @@ Amounts of currency are expressed as a JSON object with the following fields: value: number; // unsigned 32 bit fractional value to be added to `value` representing - // an additional currency fraction, in units of one millionth (10e-6) + // an additional currency fraction, in units of one millionth (1e-6) // of the base currency value. For example, a fraction // of 500,000 would correspond to 50 cents. fraction: number;