taler-docs

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

commit 1b4edb943f057b44f84b086433c9b522800c6904
parent 7240987d7dbabd789c65623c44c63b12d1e7efb3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 02:02:18 -0400

add period at end of sentence

Diffstat:
Mcore/api-exchange.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -909,7 +909,7 @@ exchange. // Balance left in the reserve. balance: Amount; - // Transaction history for this reserve + // Transaction history for this reserve. history: TransactionHistoryItem[]; }