summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:32:07 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:32:07 -0400
commitecc93f0289b9af29b0627070d0b4dcff1052d608 (patch)
tree0320f00390a46ddf065eba906f81dcf06db82ca8 /core/api-exchange.rst
parent94c431f441d81c94086dea96c4c1a97e1cd0f670 (diff)
downloaddocs-ecc93f0289b9af29b0627070d0b4dcff1052d608.tar.gz
docs-ecc93f0289b9af29b0627070d0b4dcff1052d608.tar.bz2
docs-ecc93f0289b9af29b0627070d0b4dcff1052d608.zip
capitalize first word in sentence (two instances)
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 995f56d9..676a098d 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1324,7 +1324,7 @@ denomination.
// Only present if ``type`` is "REFUND".
merchant_sig?: EddsaSignature;
- // public key of the reserve that will receive the funds, for "RECOUP" operations.
+ // Public key of the reserve that will receive the funds, for "RECOUP" operations.
reserve_pub?: EddsaPublicKey;
// Signature by the exchange, only present if ``type`` is "RECOUP",
@@ -1333,7 +1333,7 @@ denomination.
// and of type TALER_SIGNATURE_EXCHANGE_CONFIRM_RECOUP_REFRESH otherwise.
exchange_sig?: EddsaSignature;
- // public key used to sign ``exchange_sig``,
+ // Public key used to sign ``exchange_sig``,
// only present if ``exchange_sig`` present.
exchange_pub?: EddsaPublicKey;