]> granicus.if.org Git - esp-idf/commitdiff
docs: fix minor parameter description inconsistency for idf_component_set_property
authorDavid Cermak <cermak@espressif.com>
Thu, 26 Sep 2019 08:51:04 +0000 (10:51 +0200)
committerDavid Cermak <cermak@espressif.com>
Thu, 26 Sep 2019 08:51:04 +0000 (10:51 +0200)
docs/en/api-guides/build-system.rst

index 7a4f7f8221d88bd8b47f888b6d4b2a7f9ed21c98..6b75e5fd95122c3cfdcb881337b0e0a6b988112d 100644 (file)
@@ -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<cmake-component-properties>`, *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