summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:27:18 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:27:18 -0400
commitef10257047558ea76c0b53df98424f296cc539a3 (patch)
tree9edd47c135f8854cff49c8d89217cbed8900ae7d /core/api-exchange.rst
parent420e32863598630396999edd304cc0b247db67b7 (diff)
downloaddocs-ef10257047558ea76c0b53df98424f296cc539a3.tar.gz
docs-ef10257047558ea76c0b53df98424f296cc539a3.tar.bz2
docs-ef10257047558ea76c0b53df98424f296cc539a3.zip
add period at end of sentence (two instances)
Diffstat (limited to 'core/api-exchange.rst')
-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 41b94fa6..df264885 100644
--- 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[];
}