gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: use ‘javascript’ for code-block type


From: gnunet
Subject: [taler-docs] branch master updated: use ‘javascript’ for code-block type instead of ‘json’
Date: Wed, 10 Mar 2021 11:00:14 +0100

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

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 3c07db8  use ‘javascript’ for code-block type instead of ‘json’
3c07db8 is described below

commit 3c07db8852f109832af239dd406dc16c40da179a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 10 04:59:52 2021 -0500

    use ‘javascript’ for code-block type instead of ‘json’
    
    Apparently (according to Wikipedia), JSON doesn't have a comment syntax!
---
 taler-mcig.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/taler-mcig.rst b/taler-mcig.rst
index 09d8b70..3f932cd 100644
--- a/taler-mcig.rst
+++ b/taler-mcig.rst
@@ -237,7 +237,7 @@ and add products to the inventory.
 
 M: :http:post:`/private/instances`
 
-.. code-block:: json
+.. code-block:: javascript
 
    // InstanceConfigurationMessage
    {
@@ -266,7 +266,7 @@ The fictitious store, Pretty Pianos, has only two products:
 
 M: :http:post:`/instances/default/private/products`
 
-.. code-block:: json
+.. code-block:: javascript
 
    // ProductAddDetail
    {
@@ -282,7 +282,7 @@ M: :http:post:`/instances/default/private/products`
 
 M: :http:post:`/instances/default/private/products`
 
-.. code-block:: json
+.. code-block:: javascript
 
    // ProductAddDetail
    {

-- 
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]