From a9b49b9c34e3e6dd73dc6794dafbd529efc35418 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 15 Dec 2016 14:42:13 +0100 Subject: Fix misrendering of error codes list. --- api-merchant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-merchant.rst') diff --git a/api-merchant.rst b/api-merchant.rst index 00b4e067..8df7ead1 100644 --- a/api-merchant.rst +++ b/api-merchant.rst @@ -283,7 +283,7 @@ The following API are made available by the merchant's `backend` to the merchant .. code-block:: tsref interface TrackTransferConflictDetails { - // Numerical error code + // Numerical `error code `_ code: number; // Text describing the issue for humans. -- cgit v1.2.3