taler-docs

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

commit 07241cbb1b815c23b063d75e2cc71bc0e4c27499
parent b10fcd8d22e6493cec0eab9be2fec71bafb86aba
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 06:45:20 -0400

capitalize first word in sentence; 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 @@ -2126,7 +2126,7 @@ Informing the backend about incoming wire transfers // Time of the execution of the wire transfer by the exchange, according to the exchange. execution_time: Timestamp; - // details about the deposits + // Details about the deposits. deposits_sums: MerchantTrackTransferDetail[]; }