From: Thomas Markwalder Date: Fri, 22 Jul 2022 10:45:56 +0000 (-0400) Subject: [#2476] Addressed review comments X-Git-Tag: Kea-2.2.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dde64740bbb294d13baa994096f9efeac09f9df5;p=thirdparty%2Fkea.git [#2476] Addressed review comments --- diff --git a/doc/sphinx/arm/ctrl-channel.rst b/doc/sphinx/arm/ctrl-channel.rst index e8f0deb6fb..c6ebbf2ea6 100644 --- a/doc/sphinx/arm/ctrl-channel.rst +++ b/doc/sphinx/arm/ctrl-channel.rst @@ -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", ... }, ...