summaryrefslogtreecommitdiff
path: root/api-common.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api-common.rst')
-rw-r--r--api-common.rst2
1 files changed, 1 insertions, 1 deletions
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;