taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 86bfcee6f6244d6dc05e21c36cf6fe5e2a457bf5
parent 04ec4ea05a3f7d919580d36708245805083ed997
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 14:30:10 -0400

add period at end of sentence (two instances)

Diffstat:
Mcore/api-bank-access.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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?