diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 14:24:51 -0400 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-03-19 14:24:51 -0400 |
commit | 44396ec77b793a9dc62e18273d8a6694478cea4e (patch) | |
tree | 5d2b33cb800c8d67b166e8d531789288e36d8fb8 /core/api-bank-integration.rst | |
parent | 300802030f36f5c67ff8aa1dd2c495817268e7d5 (diff) | |
download | docs-44396ec77b793a9dc62e18273d8a6694478cea4e.tar.gz docs-44396ec77b793a9dc62e18273d8a6694478cea4e.tar.bz2 docs-44396ec77b793a9dc62e18273d8a6694478cea4e.zip |
capitalize first word in sentence
Diffstat (limited to 'core/api-bank-integration.rst')
-rw-r--r-- | core/api-bank-integration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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; |