From 17701bc0deb5bb3b8b6a7cf058ee5b630816c402 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 04:25:06 -0400 Subject: add period at end of sentence --- core/api-common.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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 ```` part must be at most 12 characters long and may not contain a colon (``:``). -2. The integer part of ```` may be at most 2^52 +2. The integer part of ```` may be at most 2^52. 3. the fractional part of ```` may contain at most 8 decimal digits. Internally, amounts are parsed into the following object: -- cgit v1.2.3