From c463aa41ee54d486ea18adeefab05d6a7da5f077 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 22 Jan 2016 15:36:37 +0100 Subject: fix wrong constant --- api-common.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-common.rst b/api-common.rst index 914f89cf..55083eb9 100644 --- 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; -- cgit v1.2.3