Fixing a file name typo (plug.c)

In [Example of component requirements] it shows "plug.c" while in the rest of the explanation it refer to "spark_plug.c", same thing with "plug.h".
This commit is contained in:
Hassan DRAGA 2022-04-12 09:09:19 -04:00 committed by GitHub
parent faed2a44aa
commit de7d093ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
^^^^^^^^^^^^^