Browse Source

[5100] Corrected comment in the CommandMgr.

Marcin Siodelski 8 years ago
parent
commit
9c6c568aa1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/config/base_command_mgr.h

+ 1 - 1
src/lib/config/base_command_mgr.h

@@ -58,7 +58,7 @@ public:
 /// @code
 /// {
 ///     "result": 0,
-///     "observations": {
+///     "arguments": {
 ///         "received-packets": [ [ 1234, "2015-04-15 12:34:45.123" ] ]
 ///     }
 /// }