From 5cde268cce4dac386985fd7c40ce62ab1bb36ba1 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Thu, 26 Sep 2019 10:51:04 +0200 Subject: [PATCH] docs: fix minor parameter description inconsistency for idf_component_set_property --- docs/en/api-guides/build-system.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/build-system.rst b/docs/en/api-guides/build-system.rst index 7a4f7f8221..6b75e5fd95 100644 --- a/docs/en/api-guides/build-system.rst +++ b/docs/en/api-guides/build-system.rst @@ -1168,7 +1168,7 @@ can be used with CMake commands that support generator expressions. .. code-block:: none - idf_component_set_property(property val [APPEND]) + idf_component_set_property(component property val [APPEND]) Set a specified *component*'s :ref:`component property`, *property* with value *val*. Specifying *APPEND* will append the specified value to the current value of the property. If the property does not previously exist or it is currently empty, the specified value becomes -- 2.40.0