taler-docs

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

commit 640509f936630dbac88cf0ca19841b0f36ef5993
parent ea54c41148b427872a4d2b3a0e5ee516de0cccb0
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 06:35:01 -0400

add period at end of sentence (two instances)

Diffstat:
Mcore/api-merchant.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2019,10 +2019,10 @@ Giving Refunds .. ts:def:: RefundRequest interface RefundRequest { - // Amount to be refunded + // Amount to be refunded. refund: Amount; - // Human-readable refund justification + // Human-readable refund justification. reason: string; }