taler-docs

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

commit 44396ec77b793a9dc62e18273d8a6694478cea4e
parent 300802030f36f5c67ff8aa1dd2c495817268e7d5
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 14:24:51 -0400

capitalize first word in sentence

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

diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst @@ -87,7 +87,7 @@ for the withdrawal operation (the ``wopid``) to interact with the withdrawal ope .. ts:def:: BankWithdrawalOperationStatus export class BankWithdrawalOperationStatus { - // has the wallet selected parameters for the withdrawal operation + // Has the wallet selected parameters for the withdrawal operation // (exchange and reserve public key) and successfully sent it // to the bank? selection_done: boolean;