summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-01 17:11:24 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-01 17:11:24 +0100
commit8ad16486dcc7a55f474c0408511fa3c295437590 (patch)
treed80695532c652b48a98ed7f0addf71f5367b36b3
parent14cd1c0f6f61ac1bea893e3229245f86da9629b3 (diff)
downloaddocs-8ad16486dcc7a55f474c0408511fa3c295437590.tar.gz
docs-8ad16486dcc7a55f474c0408511fa3c295437590.tar.bz2
docs-8ad16486dcc7a55f474c0408511fa3c295437590.zip
syntax
-rw-r--r--taler-wallet.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index 5dc47c5f..2fa41d9e 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -103,7 +103,7 @@ following envelope:
export interface WalletSuccess {
type: "response";
- operation: string,
+ operation: string;
// ID to correlate success response to request
id: string;
// Result type depends on operation
@@ -114,7 +114,7 @@ following envelope:
export interface WalletError {
type: "error";
- operation: string,
+ operation: string;
// ID to correlate error response to request
id: string;
error: WalletErrorInfo;