summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:29:42 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:29:42 -0400
commit04ec4ea05a3f7d919580d36708245805083ed997 (patch)
tree8dcf39199c72c60a4b2b6740e5444b473d69c366 /core
parentdd7e2f95cda8877d8ef640a51007e772de17ca6a (diff)
downloaddocs-04ec4ea05a3f7d919580d36708245805083ed997.tar.gz
docs-04ec4ea05a3f7d919580d36708245805083ed997.tar.bz2
docs-04ec4ea05a3f7d919580d36708245805083ed997.zip
add period at end of sentence (three instances)
Diffstat (limited to 'core')
-rw-r--r--core/api-bank-access.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 456211b7..0d2f8bdc 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -62,7 +62,7 @@ name and account password, at least in the GNU Taler demo bank implementation.
.. ts:def:: BankAccountCreateWithdrawalRequest
interface BankAccountCreateWithdrawalRequest {
- // Amount to withdraw
+ // Amount to withdraw.
amount: Amount;
}
@@ -71,10 +71,10 @@ name and account password, at least in the GNU Taler demo bank implementation.
.. ts:def:: BankAccountCreateWithdrawalResponse
interface BankAccountCreateWithdrawalResponse {
- // ID of the withdrawal, can be used to view/modify the withdrawal operation
+ // ID of the withdrawal, can be used to view/modify the withdrawal operation.
withdrawal_id: string;
- // URI that can be passed to the wallet to initiate the withdrawal
+ // URI that can be passed to the wallet to initiate the withdrawal.
taler_withdraw_uri: string;
}