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.