From 44396ec77b793a9dc62e18273d8a6694478cea4e Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 14:24:51 -0400 Subject: capitalize first word in sentence --- core/api-bank-integration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst index 48974bac..e300089d 100644 --- 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; -- cgit v1.2.3