taler-docs

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

commit 8dc4cc67f9e4be980c5e872b87c0ac4ec4ab6b43
parent b5d5d611447d57161dda03bf7553227af5bb167a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 02:29:01 -0400

capitalize first word in sentence (three instances)

Diffstat:
Mcore/api-exchange.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -1268,15 +1268,15 @@ denomination. // Deposit fee in case of type "DEPOSIT". deposit_fee: Amount; - // public key of the merchant, for "DEPOSIT" operations. + // Public key of the merchant, for "DEPOSIT" operations. merchant_pub?: EddsaPublicKey; - // date when the operation was made. + // Date when the operation was made. // Only for "DEPOSIT", "RECOUP", "OLD-COIN-RECOUP" and // "RECOUP-REFRESH" operations. timestamp?: Timestamp; - // date until which the merchant can issue a refund to the customer via the + // Date until which the merchant can issue a refund to the customer via the // exchange, possibly zero if refunds are not allowed. Only for "DEPOSIT" operations. refund_deadline?: Timestamp;