summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:04:30 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 07:04:30 -0400
commitf7b935da65a7bf39361912c04026cae76cc71875 (patch)
tree5aa01f1760fd58ac9a0aeb1e6d987c2c4046e6a9 /core
parent6c347cf06cb02db24c35bb3a5f5ac5fba51abc4d (diff)
downloaddocs-f7b935da65a7bf39361912c04026cae76cc71875.tar.gz
docs-f7b935da65a7bf39361912c04026cae76cc71875.tar.bz2
docs-f7b935da65a7bf39361912c04026cae76cc71875.zip
add period at end of sentence (five instances)
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 1b88c17e..e60d57af 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2412,23 +2412,23 @@ funds to the exchange.
.. ts:def:: ReserveCreateRequest
interface ReserveCreateRequest {
- // Amount that the merchant promises to put into the reserve
+ // Amount that the merchant promises to put into the reserve.
initial_balance: Amount;
- // Exchange the merchant intends to use for tipping
+ // Exchange the merchant intends to use for tipping.
exchange_url: string;
- // Desired wire method, for example "iban" or "x-taler-bank"
+ // Desired wire method, for example "iban" or "x-taler-bank".
wire_method: string;
}
.. ts:def:: ReserveCreateConfirmation
interface ReserveCreateConfirmation {
- // Public key identifying the reserve
+ // Public key identifying the reserve.
reserve_pub: EddsaPublicKey;
- // Wire account of the exchange where to transfer the funds
+ // Wire account of the exchange where to transfer the funds.
payto_uri: string;
}