From ff2fba5d9dd975869ac8681bd0bd623437bb6856 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Mar 2021 03:06:39 -0400 Subject: capitalize first word in sentence --- core/api-exchange.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/api-exchange.rst') 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; } -- cgit v1.2.3