summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-26 01:07:32 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-26 01:07:32 -0500
commit70da902ddeb6249f5a28c6f1eae5c3e4bc858cf4 (patch)
tree93f6ab8f7b96d25c63376fa005deb868f9af3f0c /taler-wallet.rst
parente36a50da8fe44b303b576f21332f427ba41adf4a (diff)
downloaddocs-70da902ddeb6249f5a28c6f1eae5c3e4bc858cf4.tar.gz
docs-70da902ddeb6249f5a28c6f1eae5c3e4bc858cf4.tar.bz2
docs-70da902ddeb6249f5a28c6f1eae5c3e4bc858cf4.zip
mark up five service/interface names
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