summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:30:10 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:30:10 -0400
commit86bfcee6f6244d6dc05e21c36cf6fe5e2a457bf5 (patch)
treeb868ee05935447f94dec9eb36f8f0dbd011fb0c8 /core
parent04ec4ea05a3f7d919580d36708245805083ed997 (diff)
downloaddocs-86bfcee6f6244d6dc05e21c36cf6fe5e2a457bf5.tar.gz
docs-86bfcee6f6244d6dc05e21c36cf6fe5e2a457bf5.tar.bz2
docs-86bfcee6f6244d6dc05e21c36cf6fe5e2a457bf5.zip
add period at end of sentence (two instances)
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?