commit 98cc61c9bcde28219fcda4274cde12b23278fd54
parent fa7205f331764648f6d3f568fb73916a0cbce0d4
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 17 Mar 2021 06:08:16 -0400
capitalize first word in sentence
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1699,7 +1699,7 @@ Inspecting orders
.. ts:def:: OrderHistory
interface OrderHistory {
- // timestamp-sorted array of all orders matching the query.
+ // Timestamp-sorted array of all orders matching the query.
// The order of the sorting depends on the sign of ``delta``.
orders : OrderHistoryEntry[];
}