summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:10:42 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:10:42 -0400
commit5e19af7d009d49a9dab46763b7a04b26dfc64664 (patch)
tree9306d9f7878dd465d6e43362ad7ba382993766a1 /core/api-exchange.rst
parent5b9aaffa61c61ba057f38bf4c5df73002d018dab (diff)
downloaddocs-5e19af7d009d49a9dab46763b7a04b26dfc64664.tar.gz
docs-5e19af7d009d49a9dab46763b7a04b26dfc64664.tar.bz2
docs-5e19af7d009d49a9dab46763b7a04b26dfc64664.zip
add period at end of sentence (three instances)
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 08107679..21c1798a 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1088,13 +1088,13 @@ exchange.
.. ts:def:: WithdrawError
interface WithdrawError {
- // Text describing the error
+ // Text describing the error.
hint: string;
- // Detailed error code
+ // Detailed error code.
code: Integer;
- // Amount left in the reserve
+ // Amount left in the reserve.
balance: Amount;
// History of the reserve's activity, in the same format as returned by /reserve/status.