]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2476] Addressed review comments
authorThomas Markwalder <tmark@isc.org>
Fri, 22 Jul 2022 10:45:56 +0000 (06:45 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 22 Jul 2022 11:10:53 +0000 (11:10 +0000)
doc/sphinx/arm/ctrl-channel.rst

index e8f0deb6fb7ac0590af8a7c0d4f6f9658d0cd4f8..c6ebbf2ea64245778756683327ef232cb002c5e6 100644 (file)
@@ -208,7 +208,7 @@ to one service would be structured as follows:
             "text": "textual description",
             "arguments": {
                 "argument1": "value1",
-                argument2": "value2",
+                "argument2": "value2",
             ...
         }
     ]
@@ -225,7 +225,7 @@ contain responses from each service, in the order they were requested:
             "text": "textual description",
             "arguments": {
                 "argument1": "value1",
-                argument2": "value2",
+                "argument2": "value2",
             ...
         },
         {
@@ -233,7 +233,7 @@ contain responses from each service, in the order they were requested:
             "text": "textual description",
             "arguments": {
                 "argument1": "value1",
-                argument2": "value2",
+                "argument2": "value2",
             ...
         },
         ...