commit 0ff4bbebcfe9e253ea66a016f449129a8a053762
parent e8990131e1acb863af623cb20ec5095da9a3100b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 06:22:27 -0400
add period at end of sentence
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1827,7 +1827,7 @@ Inspecting orders
// A wallet claimed the order, but did not yet pay for the contract.
order_status: "claimed";
- // Contract terms
+ // Contract terms.
contract_terms: ContractTerms;
}