summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-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 5ce38c36..da9f1264 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -388,7 +388,7 @@ this allows accurate representation of monetary amounts.
The following constrains apply for a valid amount:
1. The ``<Currency>`` part must be at most 12 characters long and may not contain a colon (``:``).
-2. The integer part of ``<DecimalAmount>`` may be at most 2^52
+2. The integer part of ``<DecimalAmount>`` may be at most 2^52.
3. the fractional part of ``<DecimalAmount>`` may contain at most 8 decimal digits.
Internally, amounts are parsed into the following object: