taler-docs

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

commit 619029d17435d8396f0a37694a3c47dfd25cb28b
parent f181cb43a7db5f011b856affabd3a059aaece21d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 07:08:10 -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 @@ -2540,7 +2540,7 @@ Query funds remaining // Only present if asked for explicitly. tips?: TipStatusEntry[]; - // 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; }