diff --git a/index.html b/index.html index 7801a70..8c65f19 100644 --- a/index.html +++ b/index.html @@ -181,7 +181,7 @@

MyClientPtr clientPtr(::cc_mqtt5_client_alloc());
CC_Mqtt5ClientHandle client = clientPtr.get();
-

IMPORTANT: The functino cc_mqtt5_client_free() must NOT be called from within a callback. Use next event loop iteration.

+

IMPORTANT: The function cc_mqtt5_client_free() must NOT be called from within a callback. Use next event loop iteration.

"Must Have" Callbacks Registration

In order to properly function the library requires setting several callbacks.