summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index fe9badf4..9422bfd6 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -1287,9 +1287,9 @@ Injecting a fault is as easy as:
await doMoreWithTheWallet();
-To make the configuration easy, an ExchangeService (or MerchantService,
-BankService etc.) can be wrapped in a FaultInjectedExchangeService,
-which implements the ExchangeServiceInterface:
+To make the configuration easy, an ``ExchangeService`` (or ``MerchantService``,
+``BankService`` etc.) can be wrapped in a ``FaultInjectedExchangeService``,
+which implements the ``ExchangeServiceInterface``:
.. code:: ts