From 11d77d54e8a70e20c632ffd35154d906bfb45e63 Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Mon, 11 Mar 2024 11:04:52 +0800 Subject: [PATCH] docs(esp_event): Fixed mistake in API docs Closes https://github.com/espressif/esp-idf/issues/13346 --- components/esp_event/include/esp_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_event/include/esp_event.h b/components/esp_event/include/esp_event.h index 3194319011..c1a9d8612f 100644 --- a/components/esp_event/include/esp_event.h +++ b/components/esp_event/include/esp_event.h @@ -371,7 +371,7 @@ esp_err_t esp_event_post(esp_event_base_t event_base, * the copy's lifetime automatically (allocation + deletion); this ensures that the data the * handler receives is always valid. * - * This function behaves in the same manner as esp_event_post_to, except the additional specification of the event loop + * This function behaves in the same manner as esp_event_post, except the additional specification of the event loop * to post the event to. * * @param[in] event_loop the event loop to post to, must not be NULL