Skip to content

Commit

Permalink
Comment update to form whole sentence
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Bumgardner <jbumgardner@google.com>
  • Loading branch information
2 people authored and jwhui committed Feb 7, 2025
1 parent e12f378 commit 0eada3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/cli_tcp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ template <> otError TcpExample::Process<Cmd("connect")>(Arg aArgs[])
* @cparam tcp send [@ca{type}] @ca{message}
* The `message` parameter contains the message you want to send to the
* remote TCP endpoint.
* If `type` is `-x`:
* Binary data in hexadecimal representation is given in the `message` parameter.
* If `type` is `-x`, then
* binary data in hexadecimal representation is given in the `message` parameter.
* @par
* Sends data over the TCP connection associated with the example TCP endpoint
* that is provided with the `tcp` CLI. @moreinfo{@tcp}.
Expand Down

0 comments on commit 0eada3e

Please sign in to comment.