taler-docs

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

commit 08aec586627698eb0329de6be4fcd2dd00353e28
parent 7c0bd443b8cd6126317275ec731f26f428e9bc21
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 07:06:15 -0400

add question mark 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 @@ -2480,7 +2480,7 @@ funds to the exchange. // Amount approved for tips that exceeds the pickup_amount. committed_amount: Amount; - // Is this reserve active (false if it was deleted but not purged) + // Is this reserve active (false if it was deleted but not purged)? active: boolean; }