summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-bank-access.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 0d2f8bdc..00f60b94 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -81,7 +81,7 @@ name and account password, at least in the GNU Taler demo bank implementation.
.. http:GET:: ${BANK_API_BASE_URL}/accounts/${account_name}/withdrawals/${withdrawal_id}
- Query the status of a withdrawal operation
+ Query the status of a withdrawal operation.
**Response**
@@ -90,7 +90,7 @@ name and account password, at least in the GNU Taler demo bank implementation.
.. ts:def:: BankAccountGetWithdrawalResponse
interface BankAccountGetWithdrawalResponse {
- // Amount that will be withdrawn with this withdrawal operation
+ // Amount that will be withdrawn with this withdrawal operation.
amount: Amount;
// Was the withdrawal aborted?