Skip to content

Commit

Permalink
Documentation: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed Jul 22, 2023
1 parent 4c879a5 commit 9763b3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following RFCs are supported

* [RFC9175: CoAP: Echo, Request-Tag, and Token Processing](https://rfc-editor.org/rfc/rfc9175)

* [RFC9177: Constrained Application Protocol (CoAP) Block-Wise Transfer Options Supporting Robust Transmission[(https://rfc-editor.org/rfc/rfc9177)
* [RFC9177: Constrained Application Protocol (CoAP) Block-Wise Transfer Options Supporting Robust Transmission](https://rfc-editor.org/rfc/rfc9177)

There is (D)TLS support for the following libraries

Expand Down
2 changes: 1 addition & 1 deletion include/coap3/coap_tcp_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* @ingroup internal_api
* @defgroup tcp TCP Support
* Internal API for handling CoAP TCP (RFC8283)
* Internal API for handling CoAP TCP (RFC8323)
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion include/coap3/coap_ws.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* @ingroup application_api
* @defgroup ws WebSockets Support
* API for interfacing with WebSockets
* API for interfacing with WebSockets (RFC8323)
* @{
*/

Expand Down
2 changes: 1 addition & 1 deletion include/coap3/coap_ws_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* @ingroup internal_api
* @defgroup ws_internal WebSockets Support
* Internal API for WebSockets Support
* Internal API for WebSockets Support (RFC8323)
* @{
*/

Expand Down

0 comments on commit 9763b3a

Please sign in to comment.