commit ef10257047558ea76c0b53df98424f296cc539a3
parent 420e32863598630396999edd304cc0b247db67b7
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 02:27:18 -0400
add period at end of sentence (two instances)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -1241,11 +1241,11 @@ denomination.
.. ts:def:: DepositDoubleSpendError
interface DepositDoubleSpendError {
- // The string constant "insufficient funds"
+ // The string constant "insufficient funds".
hint: string;
// Transaction history for the coin that is
- // being double-spended
+ // being double-spended.
history: CoinSpendHistoryItem[];
}