summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-13 15:37:01 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-13 15:37:01 +0200
commitc773474c481eac80b77555e3c0ea3375c5231e4a (patch)
tree7e11af8672fb3bfca5bf81479d112e92674dca5c
parentebc9d338c9a677f99a6560bd85236cc45ab9e4a6 (diff)
downloaddocs-c773474c481eac80b77555e3c0ea3375c5231e4a.tar.gz
docs-c773474c481eac80b77555e3c0ea3375c5231e4a.tar.bz2
docs-c773474c481eac80b77555e3c0ea3375c5231e4a.zip
fix type name mismatch
-rw-r--r--api-exchange.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index c06d3862..e1439936 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -978,7 +978,7 @@ typically also view the balance.)
.. _tsref-type-TrackTransferDetail:
.. code-block:: tsref
- interface WireDepositDetail {
+ interface TrackTransferDetail {
// SHA-512 hash of the contact of the merchant with the customer.
H_contract: HashCode;