summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-31 18:35:19 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-31 18:35:19 +0200
commit2365f7a4ce93885e44624795431b10de7fc5e609 (patch)
tree778100d0d14bef74d8705f352f9c9b7f1a4765ef
parent0aaa9756b03c0562d1b7a78f4e0f29e1f078a0f9 (diff)
downloaddocs-2365f7a4ce93885e44624795431b10de7fc5e609.tar.gz
docs-2365f7a4ce93885e44624795431b10de7fc5e609.tar.bz2
docs-2365f7a4ce93885e44624795431b10de7fc5e609.zip
minor change in bank API
-rw-r--r--api-bank.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/api-bank.rst b/api-bank.rst
index 0f88088b..afb2ba28 100644
--- a/api-bank.rst
+++ b/api-bank.rst
@@ -66,8 +66,7 @@ the recipient's account
interface BankIncomingError {
- // The reason which made this request fail. Typically due to malfomation
- // of the POST's body
+ // Human readable explanation of the failure.
reason: string
}