summaryrefslogtreecommitdiff
path: root/api-merchant.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-15 13:31:17 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-15 13:31:17 +0100
commit1f85b3965a64224b45ecc0a63a27b397c46b03db (patch)
treee336ee377bfc3505c7bb6b0fe5889768af30c28c /api-merchant.rst
parent0b32f75f8dc0ae0e4815d113636f1ecf9e732aac (diff)
downloaddocs-1f85b3965a64224b45ecc0a63a27b397c46b03db.tar.gz
docs-1f85b3965a64224b45ecc0a63a27b397c46b03db.tar.bz2
docs-1f85b3965a64224b45ecc0a63a27b397c46b03db.zip
Lots of indentations. Error codes section still not linkable.
Diffstat (limited to 'api-merchant.rst')
-rw-r--r--api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index 345aa1e6..00b4e067 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -384,8 +384,8 @@ The following API are made available by the merchant's `backend` to the merchant
.. code-block:: tsref
interface TransactionConflictProof {
- // Numerical error code
- code: number; // FIXME Point to some error codes list
+ // Numerical `error code <error-codes>`_
+ code: number;
// Human-readable error description
hint: string;