summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:46:39 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 06:46:39 -0400
commit37b3542c106a9e5074a840f740dddaaf06add874 (patch)
treed26055068609674fdcbf972c2ba2cf235bf90f63
parent5176284e6ab04c8650d4de5e09f229c0217199bb (diff)
downloaddocs-37b3542c106a9e5074a840f740dddaaf06add874.tar.gz
docs-37b3542c106a9e5074a840f740dddaaf06add874.tar.bz2
docs-37b3542c106a9e5074a840f740dddaaf06add874.zip
fold long line; add missing trailing semicolon
-rw-r--r--core/api-merchant.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 76e217b1..f584b7b6 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2147,7 +2147,8 @@ Informing the backend about incoming wire transfers
.. ts:def:: ExchangeConflictDetails
- type ExchangeConflictDetails = WireFeeConflictDetails | TrackTransferConflictDetails
+ type ExchangeConflictDetails = WireFeeConflictDetails |
+ TrackTransferConflictDetails;
.. ts:def:: WireFeeConflictDetails