summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
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 ed39fda1..8740c6b4 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1440,8 +1440,8 @@ the API during normal operation.
// Base URL to use for operations on the refresh context
// (so the reveal operation). If not given,
// the base URL is the same as the one used for this request.
- // Can be used if the base URL for /refreshes/ differs from that
- // for /coins/, i.e. for load balancing. Clients SHOULD
+ // Can be used if the base URL for ``/refreshes/`` differs from that
+ // for ``/coins/``, i.e. for load balancing. Clients SHOULD
// respect the refresh_base_url if provided. Any HTTP server
// belonging to an exchange MUST generate a 307 or 308 redirection
// to the correct base URL should a client uses the wrong base
@@ -1449,7 +1449,7 @@ the API during normal operation.
//
// When melting the same coin twice (technically allowed
// as the response might have been lost on the network),
- // the exchange may return different values for the refresh_base_url.
+ // the exchange may return different values for the ``refresh_base_url``.
refresh_base_url?: string;
}