From de7d093ef8d841a3c307198623881b4434e1b441 Mon Sep 17 00:00:00 2001 From: Hassan DRAGA Date: Tue, 12 Apr 2022 09:09:19 -0400 Subject: [PATCH] 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". --- docs/en/api-guides/build-system.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/api-guides/build-system.rst b/docs/en/api-guides/build-system.rst index f403348cba..a28ad82fa8 100644 --- a/docs/en/api-guides/build-system.rst +++ b/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 ^^^^^^^^^^^^^