From dde64740bbb294d13baa994096f9efeac09f9df5 Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Fri, 22 Jul 2022 06:45:56 -0400 Subject: [PATCH] [#2476] Addressed review comments --- doc/sphinx/arm/ctrl-channel.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", ... }, ... -- 2.47.2