From 9341e95dfb49a71ede33e97c49307d6ae0a193ed Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 23 Mar 2021 12:31:02 -0400 Subject: capitalize first word in 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 99761f60..a875d101 100644 --- a/core/api-common.rst +++ b/core/api-common.rst @@ -389,7 +389,7 @@ 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. -3. the fractional part of ```` may contain at most 8 decimal digits. +3. The fractional part of ```` may contain at most 8 decimal digits. Internally, amounts are parsed into the following object: -- cgit v1.2.3