taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

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:
Mcore/api-merchant.rst | 2+-
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; }