commit b267b1c7606d043572ca8aeef8733aadb054adbe parent 8b795531124e825d8c126131f4c9fbb0049bf960 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 07:15:48 -0400 add period at end of sentence Diffstat:
| M | core/api-merchant.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2773,7 +2773,7 @@ The contract terms must have the following structure: .. ts:def:: ContractTerms interface ContractTerms { - // Human-readable description of the whole purchase + // Human-readable description of the whole purchase. summary: string; // Map from IETF BCP 47 language tags to localized summaries.