From 1f267c135bbce967abc0d285a985a463427c53b4 Mon Sep 17 00:00:00 2001 From: Francois BIOT Date: Thu, 29 Dec 2022 02:15:18 +0100 Subject: [PATCH] fix erroneous sizeof multimap comment --- examples/advanced/mqtt_class_binder/mqtt_class_binder.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/advanced/mqtt_class_binder/mqtt_class_binder.ino b/examples/advanced/mqtt_class_binder/mqtt_class_binder.ino index 46eb6ca..f9f8081 100644 --- a/examples/advanced/mqtt_class_binder/mqtt_class_binder.ino +++ b/examples/advanced/mqtt_class_binder/mqtt_class_binder.ino @@ -30,7 +30,7 @@ * - accepts external clients * - MqttClassBinder allows to mix together many mqtt sources * - * cons - Takes more memory (48 more bytes for the one MqttClassBinder + * cons - Takes more memory (24 more bytes for the one MqttClassBinder * - a bit hard to understand * */