gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: fix spec for donau


From: gnunet
Subject: [taler-docs] branch master updated: fix spec for donau
Date: Tue, 24 Dec 2024 10:19:26 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new dcbc9ea5 fix spec for donau
dcbc9ea5 is described below

commit dcbc9ea550698046918a9d4a2e080d2a591ec2cf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 24 10:19:24 2024 +0100

    fix spec for donau
---
 core/api-merchant.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index e7d8eda0..bc809ef8 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -4401,7 +4401,7 @@ The contract terms must have the following structure:
 
 .. ts:def:: ContractTerms
 
-  type ContractTerms = (`ContractTermsV1` | ContractTermsV0) & 
ContractTermsCommon;
+  type ContractTerms = (ContractTermsV1 | ContractTermsV0) & 
ContractTermsCommon;
 
 .. ts:def:: ContractTermsV1
 
@@ -4608,7 +4608,7 @@ The contract terms must have the following structure:
     type: "token";
 
     // Slug of the token family in the
-    // 'token_families' map on the order.
+    // ``token_families`` map on the order.
     token_family_slug: string;
 
     // Number of tokens of this type required.
@@ -4636,7 +4636,7 @@ The contract terms must have the following structure:
 
     // Index of the public key for this output token
     // in the `ContractTokenFamily` ``keys`` array.
-    key_index: integer;
+    key_index: Integer;
 
   }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]