From 942255b9cac176fae0c93abbe5ce439857701e38 Mon Sep 17 00:00:00 2001 From: Kody Stribrny <89810515+kstribrnAmzn@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:08:55 -0800 Subject: [PATCH] Update source/interface/transport_interface.h Rewording Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> --- source/interface/transport_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/interface/transport_interface.h b/source/interface/transport_interface.h index 43406adf7..20454980c 100644 --- a/source/interface/transport_interface.h +++ b/source/interface/transport_interface.h @@ -196,7 +196,7 @@ typedef struct NetworkContext NetworkContext_t; * @brief Transport interface for receiving data on the network. * * @note It is HIGHLY RECOMMENDED that the transport receive - * implementation does NOT block when requested to read bytes. + * implementation does NOT block. * coreMQTT will continue to call the transport interface if it receives * a partial packet until it accumulates enough data to get the complete * MQTT packet.