commit 5e19af7d009d49a9dab46763b7a04b26dfc64664
parent 5b9aaffa61c61ba057f38bf4c5df73002d018dab
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 02:10:42 -0400
add period at end of sentence (three instances)
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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.