summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:57:41 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:57:41 -0400
commit474289459b89e93d6e3c072eee5320b7d77b1501 (patch)
treefe7b17480f3c86eb08c4ab69a82a641084c62b8f /core
parente5e88e2b76c74cf0e97a7c6b101b99f50f48f732 (diff)
downloaddocs-474289459b89e93d6e3c072eee5320b7d77b1501.tar.gz
docs-474289459b89e93d6e3c072eee5320b7d77b1501.tar.bz2
docs-474289459b89e93d6e3c072eee5320b7d77b1501.zip
capitalize first word in sentence; add period at end of sentence (two instances)
Diffstat (limited to 'core')
-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 47862e10..e9cbd552 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1707,7 +1707,7 @@ in using this API.
interface RecoupWithdrawalConfirmation {
// Tag to distinguish the `RecoupConfirmation` response type.
refreshed: false;
- // public key of the reserve that will receive the recoup,
+ // Public key of the reserve that will receive the recoup.
reserve_pub: EddsaPublicKey;
}
@@ -1716,7 +1716,7 @@ in using this API.
interface RecoupRefreshConfirmation {
// Tag to distinguish the `RecoupConfirmation` response type.
refreshed: true;
- // public key of the old coin that will receive the recoup
+ // Public key of the old coin that will receive the recoup.
old_coin_pub: EddsaPublicKey;
}