summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:51:17 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:51:17 -0400
commitb5acd292c3197a912604704564899c081b3f5b3f (patch)
tree192d377928860fad2a9ee0f77410edcf12485f53
parent7044892ac0dc4d3adbf0cce0862b746780a6e496 (diff)
downloaddocs-b5acd292c3197a912604704564899c081b3f5b3f.tar.gz
docs-b5acd292c3197a912604704564899c081b3f5b3f.tar.bz2
docs-b5acd292c3197a912604704564899c081b3f5b3f.zip
capitalize first word in sentence (two instances)
-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 a8034824..80e0a518 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1589,11 +1589,11 @@ the API during normal operation.
.. ts:def:: LinkResponse
interface LinkResponse {
- // transfer ECDHE public key corresponding to the ``coin_pub``, used to
+ // Transfer ECDHE public key corresponding to the ``coin_pub``, used to
// compute the blinding factor and private key of the fresh coins.
transfer_pub: EcdhePublicKey;
- // array with (encrypted/blinded) information for each of the coins
+ // Array with (encrypted/blinded) information for each of the coins
// exchangeed in the refresh operation.
new_coins: NewCoinInfo[];
}