Explorar o código

Merge branch 'contrib/github_pr_8767' into 'master'

Fixing a file name typo (plug.c) (GitHub PR)

Closes IDFGH-7165

See merge request espressif/esp-idf!17784
morris %!s(int64=3) %!d(string=hai) anos
pai
achega
3aeb80acb6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/en/api-guides/build-system.rst

+ 2 - 2
docs/en/api-guides/build-system.rst

@@ -527,8 +527,8 @@ Imagine there is a ``car`` component, which uses the ``engine`` component, which
                                          - engine.c
                                          - include/ - engine.h
                                - spark_plug/  - CMakeLists.txt
-                                              - plug.c
-                                              - plug.h
+                                              - spark_plug.c
+                                              - spark_plug.h
 
 Car component
 ^^^^^^^^^^^^^