[cli] fix typo in commissioner/joiner docs (#5953)

This commit is contained in:
kangping
2020-12-14 08:42:14 -08:00
committed by GitHub
parent b1dd1d7bf5
commit caedb4dac5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ namespace Cli {
class Interpreter;
/**
* This class implements the CLI CoAP Secure server and client.
* This class implements the Commissioner CLI interpreter.
*
*/
class Commissioner
+1 -1
View File
@@ -48,7 +48,7 @@ namespace Cli {
class Interpreter;
/**
* This class implements the CLI CoAP Secure server and client.
* This class implements the Joiner CLI interpreter.
*
*/
class Joiner