taler-docs

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

commit ff2fba5d9dd975869ac8681bd0bd623437bb6856
parent 00f8698ec0d9dc735a82ee2d7549d6f441012f98
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 03:06:39 -0400

capitalize first word in 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 @@ -1874,7 +1874,7 @@ typically also view the balance.) .. ts:def:: TrackTransactionAcceptedResponse interface TrackTransactionAcceptedResponse { - // time by which the exchange currently thinks the deposit will be executed. + // Time by which the exchange currently thinks the deposit will be executed. execution_time: Timestamp; }