@@ -260,7 +260,7 @@ int MqttClient::endMessage()
260
260
}
261
261
262
262
/* *
263
- * @brief Publish a MQTT messages to the broker.
263
+ * @brief Publish a MQTT message to the broker.
264
264
*
265
265
* @param topic The topic to publish to.
266
266
* @param payload The payload to publish.
@@ -281,7 +281,7 @@ int MqttClient::publish(const char* topic, const char* payload, bool retain, uin
281
281
}
282
282
283
283
/* *
284
- * @brief Publish a MQTT messages to the broker.
284
+ * @brief Publish a MQTT message to the broker.
285
285
*
286
286
* @param topic The topic to publish to.
287
287
* @param payload The payload to publish.
@@ -296,7 +296,7 @@ int MqttClient::publish(const String& topic, const char* payload, bool retain, u
296
296
}
297
297
298
298
/* *
299
- * @brief Publish a MQTT messages to the broker.
299
+ * @brief Publish a MQTT message to the broker.
300
300
*
301
301
* @param topic The topic to publish to.
302
302
* @param payload The payload to publish.
@@ -311,7 +311,7 @@ int MqttClient::publish(const char* topic, String& payload, bool retain, uint8_t
311
311
}
312
312
313
313
/* *
314
- * @brief Publish a MQTT messages to the broker.
314
+ * @brief Publish a MQTT message to the broker.
315
315
*
316
316
* @param topic The topic to publish to.
317
317
* @param payload The payload to publish.
0 commit comments