summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 03:06:39 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 03:06:39 -0400
commitff2fba5d9dd975869ac8681bd0bd623437bb6856 (patch)
treef706509f918b77411a79602fd3c23971be07c7c5
parent00f8698ec0d9dc735a82ee2d7549d6f441012f98 (diff)
downloaddocs-ff2fba5d9dd975869ac8681bd0bd623437bb6856.tar.gz
docs-ff2fba5d9dd975869ac8681bd0bd623437bb6856.tar.bz2
docs-ff2fba5d9dd975869ac8681bd0bd623437bb6856.zip
capitalize first word in sentence
-rw-r--r--core/api-exchange.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index fede9b4b..9c3b9132 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1874,7 +1874,7 @@ typically also view the balance.)
.. ts:def:: TrackTransactionAcceptedResponse
interface TrackTransactionAcceptedResponse {
- // time by which the exchange currently thinks the deposit will be executed.
+ // Time by which the exchange currently thinks the deposit will be executed.
execution_time: Timestamp;
}