summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:25:06 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 04:25:06 -0400
commit17701bc0deb5bb3b8b6a7cf058ee5b630816c402 (patch)
tree43079dffecf6d5f3806c04acd2bbab0ab979141e /core
parent4b5e018532d347c946f4c91d534ea4526f49c3fc (diff)
downloaddocs-17701bc0deb5bb3b8b6a7cf058ee5b630816c402.tar.gz
docs-17701bc0deb5bb3b8b6a7cf058ee5b630816c402.tar.bz2
docs-17701bc0deb5bb3b8b6a7cf058ee5b630816c402.zip
add period at end of sentence
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: